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 D | conv_test.h | 29 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 D | kernel_runner.h | 35 int tensors_size, TfLiteIntArray* inputs,
|
A D | kernel_runner.cc | 33 TfLiteTensor* tensors, int tensors_size, in KernelRunner() argument
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/ |
A D | test_helpers.cc | 357 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 D | test_helpers.h | 152 void PopulateContext(TfLiteTensor* tensors, int tensors_size,
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/ |
A D | interpreter.h | 235 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 D | common.h | 638 size_t tensors_size; member
|
Completed in 11 milliseconds