/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/ |
A D | tensor_ctypes.h | 24 inline T* GetTensorData(TfLiteTensor* tensor) { in GetTensorData() 29 inline const T* GetTensorData(const TfLiteTensor* tensor) { in GetTensorData() 34 inline RuntimeShape GetTensorShape(const TfLiteTensor* tensor) { in GetTensorShape()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | kernel_util.h | 178 inline bool IsConstantTensor(const TfLiteTensor* tensor) { in IsConstantTensor() 184 inline bool IsDynamicTensor(const TfLiteTensor* tensor) { in IsDynamicTensor() 189 inline void SetTensorToDynamic(TfLiteTensor* tensor) { in SetTensorToDynamic() 197 inline void SetTensorToPersistentRo(TfLiteTensor* tensor) { in SetTensorToPersistentRo()
|
A D | kernel_util.cc | 98 const TfLiteTensor** tensor) { in GetMutableInputSafe() 115 int index, const TfLiteTensor** tensor) { in GetInputSafe() 121 TfLiteTensor* tensor = GetMutableInput(context, node, index); in GetVariableInput() local 136 int index, TfLiteTensor** tensor) { in GetOutputSafe() 163 TfLiteTensor** tensor) { in GetTemporarySafe() 184 TfLiteTensor** tensor) { in GetIntermediatesSafe()
|
A D | test_util.h | 505 auto tensor = interpreter_->tensor(index); in PopulateStringTensor() local 575 const auto* tensor = interpreter_->tensor(index); in ExtractVector() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/ |
A D | Interpreter.cs | 143 private static string GetTensorName(TfLiteTensor tensor) { in GetTensorName() 147 private static TensorInfo GetTensorInfo(TfLiteTensor tensor) { in GetTensorInfo() 257 private static extern unsafe DataType TfLiteTensorType(TfLiteTensor tensor); in TfLiteTensorType() 260 private static extern unsafe int TfLiteTensorNumDims(TfLiteTensor tensor); in TfLiteTensorNumDims() 263 private static extern int TfLiteTensorDim(TfLiteTensor tensor, int dim_index); in TfLiteTensorDim() 266 private static extern uint TfLiteTensorByteSize(TfLiteTensor tensor); in TfLiteTensorByteSize() 269 private static extern unsafe IntPtr TfLiteTensorName(TfLiteTensor tensor); in TfLiteTensorName() 272 …rivate static extern unsafe QuantizationParams TfLiteTensorQuantizationParams(TfLiteTensor tensor); in TfLiteTensorQuantizationParams() 276 TfLiteTensor tensor, in TfLiteTensorCopyFromBuffer() 282 TfLiteTensor tensor, in TfLiteTensorCopyToBuffer()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/ |
A D | kernel_util.h | 55 T* GetTensorData(TfLiteEvalTensor* tensor) { in GetTensorData() 61 const T* GetTensorData(const TfLiteEvalTensor* tensor) { in GetTensorData()
|
A D | kernel_util.cc | 30 const RuntimeShape GetTensorShape(const TfLiteEvalTensor* tensor) { in GetTensorShape() 57 TfLiteTensor* tensor, in CreateWritableTensorDimsWithCopy()
|
A D | fill.cc | 31 const TfLiteTensor* tensor) { in EnsureEqImpl() 41 const TfLiteTensor* tensor) { in EnsureEq()
|
A D | detection_postprocess.cc | 258 T ReInterpretTensor(const TfLiteEvalTensor* tensor) { in ReInterpretTensor() 264 T ReInterpretTensor(TfLiteEvalTensor* tensor) { in ReInterpretTensor()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/resource/ |
A D | resource_variable_test.cc | 27 float default_value, TfLiteTensor* tensor) { in InitTensor() 45 TfLiteTensor tensor; in TEST() local 71 TfLiteTensor tensor; in TEST() local
|
A D | resource_variable.cc | 47 TfLiteStatus ResourceVariable::AssignFrom(const TfLiteTensor* tensor) { in AssignFrom()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/ |
A D | tensor_utils.cc | 24 TfLiteStatus ResetVariableTensor(TfLiteTensor* tensor) { in ResetVariableTensor()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/ |
A D | common.c | 163 TfLiteTensor* tensor) { in TfLiteTensorReset() 179 void TfLiteTensorRealloc(size_t num_bytes, TfLiteTensor* tensor) { in TfLiteTensorRealloc()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/ |
A D | simple_memory_arena.h | 40 int32_t tensor; member
|
A D | interpreter.h | 254 TfLiteTensor* tensor(int tensor_index) { in tensor() function 259 const TfLiteTensor* tensor(int tensor_index) const { in tensor() function
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/ |
A D | micro_allocator.cc | 788 TfLiteTensor* tensor = AllocatePersistentTfLiteTensorInternal(); in AllocatePersistentTfLiteTensor() local 822 TfLiteTensor* tensor = in AllocateTempTfLiteTensor() local 892 auto* tensor = subgraph->tensors()->Get(i); in AllocateVariables() local 918 const Model* model, TfLiteTensor* tensor, int tensor_index, in PopulateTfLiteTensorFromFlatbuffer()
|
A D | recording_micro_allocator.cc | 202 const Model* model, TfLiteTensor* tensor, int tensor_index, in PopulateTfLiteTensorFromFlatbuffer()
|
A D | micro_graph.cc | 199 auto* tensor = subgraph->tensors()->Get(i); in ResetVariableTensors() local
|
A D | test_helpers.cc | 899 const Tensor* tensor = flatbuffers::GetRoot<Tensor>(tensor_pointer); in Create1dFlatbufferTensor() local 922 const Tensor* tensor = flatbuffers::GetRoot<Tensor>(tensor_pointer); in CreateQuantizedFlatbufferTensor() local 940 const Tensor* tensor = flatbuffers::GetRoot<Tensor>(tensor_pointer); in CreateMissingQuantizationFlatbufferTensor() local
|