Home
last modified time | relevance | path

Searched refs:shape_count (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dgenpng.c651 #define shape_count ((sizeof shape_defs)/(sizeof shape_defs[0])) macro
658 for (i=0; i<shape_count; ++i) if (strcmp(shape_defs[i].name, arg) == 0) in shape_of()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dtypes.h1055 int8_t shape_count; member
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h403 int64_t shape_count, shape_size; member
A Drun-test262.c1477 update(shape_count); in update_stats()
A Dquickjs.c5907 s->shape_count++; in JS_ComputeMemoryUsage()
5977 s->shape_count++; in JS_ComputeMemoryUsage()
6135 s->shape_count++; in JS_ComputeMemoryUsage()
6161 s->obj_count + s->shape_count + 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 101 milliseconds