Home
last modified time | relevance | path

Searched refs:Prepare (Results 1 – 25 of 49) sorted by relevance

12

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dshape.cc37 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
65 /*prepare=*/Prepare, in Register_SHAPE()
A Dzeros_like.cc27 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
81 /*prepare=*/Prepare, in Register_ZEROS_LIKE()
A Dceil.cc31 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
66 /*prepare=*/ceil::Prepare, in Register_CEIL()
A Dround.cc31 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
66 /*prepare=*/round::Prepare, in Register_ROUND()
A Dexp.cc29 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
70 /*prepare=*/Prepare, in Register_EXP()
A Dcast.cc27 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
88 /*prepare=*/Prepare, in Register_CAST()
A Dreshape.cc74 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
108 /*prepare=*/reshape::Prepare, in Register_RESHAPE()
A Dsqueeze.cc39 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
103 /*prepare=*/Prepare, in Register_SQUEEZE()
A Dresize_bilinear.cc32 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
108 /*prepare=*/Prepare, in Register_RESIZE_BILINEAR()
A Dbatch_to_space_nd.cc40 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
103 /*prepare=*/Prepare, in Register_BATCH_TO_SPACE_ND()
A Dfill.cc69 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
123 /*prepare=*/Prepare, in Register_FILL()
A Dfloor_mod.cc62 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
120 /*prepare=*/Prepare, in Register_FLOOR_MOD()
A Dresize_nearest_neighbor.cc34 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
111 /*prepare=*/resize_nearest_neighbor::Prepare, in Register_RESIZE_NEAREST_NEIGHBOR()
A Dspace_to_batch_nd.cc46 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
113 /*prepare=*/Prepare, in Register_SPACE_TO_BATCH_ND()
A Dfloor_div.cc57 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
122 /*prepare=*/Prepare, in Register_FLOOR_DIV()
A Dsplit.cc70 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
125 /*prepare=*/split::Prepare, in Register_SPLIT()
A Dsplit_v.cc74 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
125 /*prepare=*/split_v::Prepare, in Register_SPLIT_V()
A Ddepth_to_space.cc89 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
135 /*prepare=*/Prepare, in Register_DEPTH_TO_SPACE()
A Ddequantize.cc46 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
129 /*prepare=*/dequantize::Prepare, in Register_DEQUANTIZE()
A Dl2norm.cc41 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
144 /*prepare=*/l2norm::Prepare, in Register_L2NORM_REF()
A Dcircular_buffer.cc88 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
181 /*prepare=*/circular_buffer::Prepare, in Register_CIRCULAR_BUFFER()
A Dexpand_dims.cc74 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
144 /*prepare=*/Prepare, in Register_EXPAND_DIMS()
A Dpad.cc45 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
232 /*prepare=*/pad::Prepare, in Register_PAD()
244 /*prepare=*/pad::Prepare, in Register_PADV2()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/
A Dtest_helpers.h63 static TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node);
73 static TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node);
87 static TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node);
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/cmsis_nn/
A Dfully_connected.cc49 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() function
253 fully_connected_registration.prepare = Prepare; in Register_FULLY_CONNECTED()
265 fully_connected_registration.prepare = Prepare; in Register_FULLY_CONNECTED_INT8()

Completed in 17 milliseconds

12