Home
last modified time | relevance | path

Searched refs:tensors_size (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dconv_test.h29 TfLiteStatus InvokeConv(TfLiteTensor* tensors, int tensors_size,
33 TfLiteStatus InvokeConv(TfLiteTensor* tensors, int tensors_size,
37 TfLiteStatus InvokeConv(TfLiteTensor* tensors, int tensors_size,
41 TfLiteStatus ValidateConvGoldens(TfLiteTensor* tensors, int tensors_size,
48 TfLiteStatus ValidateConvGoldens(TfLiteTensor* tensors, int tensors_size,
55 TfLiteStatus ValidateConvGoldens(TfLiteTensor* tensors, int tensors_size,
A Dkernel_runner.h35 int tensors_size, TfLiteIntArray* inputs,
A Dkernel_runner.cc33 TfLiteTensor* tensors, int tensors_size, in KernelRunner() argument
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/
A Dtest_helpers.cc357 constexpr size_t tensors_size = 4; in BuildSimpleMockModel() local
358 const Offset<Tensor> tensors[tensors_size] = { in BuildSimpleMockModel()
400 CreateSubGraph(*builder, builder->CreateVector(tensors, tensors_size), in BuildSimpleMockModel()
448 constexpr size_t tensors_size = 10; in BuildComplexMockModel() local
449 const Offset<Tensor> tensors[tensors_size] = { in BuildComplexMockModel()
549 CreateSubGraph(*builder, builder->CreateVector(tensors, tensors_size), in BuildComplexMockModel()
583 constexpr size_t tensors_size = 4; in BuildSimpleMultipleInputsModel() local
584 const Offset<Tensor> tensors[tensors_size] = { in BuildSimpleMultipleInputsModel()
620 CreateSubGraph(*builder, builder->CreateVector(tensors, tensors_size), in BuildSimpleMultipleInputsModel()
A Dtest_helpers.h152 void PopulateContext(TfLiteTensor* tensors, int tensors_size,
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/
A Dinterpreter.h235 size_t tensors_size() const { return context_->tensors_size; } in tensors_size() function
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dcommon.h638 size_t tensors_size; member

Completed in 11 milliseconds