Searched refs:shape_size (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/ |
A D | strided_slice.cc | 90 int shape_size = 0; in CheckOutputSize() local 112 TF_LITE_ENSURE_EQ(context, output_shape->data[shape_size], dim_shape); in CheckOutputSize() 113 shape_size++; in CheckOutputSize() 116 TF_LITE_ENSURE_EQ(context, output_shape->size, shape_size); in CheckOutputSize()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/ |
A D | types.h | 168 RuntimeShape(int shape_size, int32_t value) : size_(0) { in RuntimeShape() argument 169 Resize(shape_size); in RuntimeShape() 170 for (int i = 0; i < shape_size; ++i) { in RuntimeShape()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.h | 403 int64_t shape_count, shape_size; member
|
A D | run-test262.c | 1478 update(shape_size); in update_stats()
|
A D | quickjs.c | 5908 s->shape_size += get_shape_size(hash_size, sh->prop_size); in JS_ComputeMemoryUsage() 5978 s->shape_size += get_shape_size(hash_size, sh->prop_size); in JS_ComputeMemoryUsage() 6136 s->shape_size += get_shape_size(hash_size, sh->prop_size); in JS_ComputeMemoryUsage() 6164 s->obj_size + s->prop_size + s->shape_size + in JS_ComputeMemoryUsage() 6262 " shapes", s->shape_count, s->shape_size, in JS_DumpMemoryUsage() 6263 (double)s->shape_size / s->shape_count); in JS_DumpMemoryUsage()
|
Completed in 103 milliseconds