Home
last modified time | relevance | path

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 Dstrided_slice.cc90 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 Dtypes.h168 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 Dquickjs.h403 int64_t shape_count, shape_size; member
A Drun-test262.c1478 update(shape_size); in update_stats()
A Dquickjs.c5908 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