Home
last modified time | relevance | path

Searched defs:tensor_index (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/
A Dinterpreter.h254 TfLiteTensor* tensor(int tensor_index) { in tensor()
259 const TfLiteTensor* tensor(int tensor_index) const { in tensor()
273 T* typed_tensor(int tensor_index) { in typed_tensor()
285 const T* typed_tensor(int tensor_index) const { in typed_tensor()
341 const int tensor_index = GetTensorIndexFromSignatureDefName( in input_tensor_by_signature_name() local
353 const int tensor_index = GetTensorIndexFromSignatureDefName( in output_tensor_by_signature_name() local
530 TfLiteStatus EnsureTensorDataIsReadable(int tensor_index) { in EnsureTensorDataIsReadable()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/
A Dkernel_util.cc43 int tensor_index) { in GetTensorAtIndex()
55 int* tensor_index) { in ValidateTensorIndexingSafe()
78 const int tensor_index = tensor_indices[index]; in ValidateTensorIndexing() local
88 const int tensor_index = ValidateTensorIndexing( in GetMutableInput() local
99 int tensor_index; in GetMutableInputSafe() local
127 const int tensor_index = ValidateTensorIndexing( in GetOutput() local
137 int tensor_index; in GetOutputSafe() local
153 const int tensor_index = ValidateTensorIndexing( in GetTemporary() local
164 int tensor_index; in GetTemporarySafe() local
174 const int tensor_index = ValidateTensorIndexing( in GetIntermediates() local
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/
A Dmicro_interpreter.h81 T* typed_input_tensor(int tensor_index) { in typed_input_tensor()
99 T* typed_output_tensor(int tensor_index) { in typed_output_tensor()
A Dmicro_allocator.cc215 const int tensor_index = subgraph->inputs()->Get(i); in AddTensors() local
222 const int tensor_index = subgraph->outputs()->Get(i); in AddTensors() local
231 const int tensor_index = op->inputs()->Get(n); in AddTensors() local
238 const int tensor_index = op->outputs()->Get(n); in AddTensors() local
782 int tensor_index, int subgraph_index) { in AllocatePersistentTfLiteTensor()
815 int tensor_index, int subgraph_index) { in AllocateTempTfLiteTensor()
918 const Model* model, TfLiteTensor* tensor, int tensor_index, in PopulateTfLiteTensorFromFlatbuffer()
A Drecording_micro_allocator.cc202 const Model* model, TfLiteTensor* tensor, int tensor_index, in PopulateTfLiteTensorFromFlatbuffer()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dkernel_runner.cc77 int tensor_index) { in GetTensor()
86 const struct TfLiteContext* context, int tensor_index) { in GetEvalTensor()

Completed in 11 milliseconds