Home
last modified time | relevance | path

Searched defs:tensor (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dtensor_ctypes.h24 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 Dkernel_util.h178 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 Dkernel_util.cc98 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 Dtest_util.h505 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 DInterpreter.cs143 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 Dkernel_util.h55 T* GetTensorData(TfLiteEvalTensor* tensor) { in GetTensorData()
61 const T* GetTensorData(const TfLiteEvalTensor* tensor) { in GetTensorData()
A Dkernel_util.cc30 const RuntimeShape GetTensorShape(const TfLiteEvalTensor* tensor) { in GetTensorShape()
57 TfLiteTensor* tensor, in CreateWritableTensorDimsWithCopy()
A Dfill.cc31 const TfLiteTensor* tensor) { in EnsureEqImpl()
41 const TfLiteTensor* tensor) { in EnsureEq()
A Ddetection_postprocess.cc258 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 Dresource_variable_test.cc27 float default_value, TfLiteTensor* tensor) { in InitTensor()
45 TfLiteTensor tensor; in TEST() local
71 TfLiteTensor tensor; in TEST() local
A Dresource_variable.cc47 TfLiteStatus ResourceVariable::AssignFrom(const TfLiteTensor* tensor) { in AssignFrom()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/
A Dtensor_utils.cc24 TfLiteStatus ResetVariableTensor(TfLiteTensor* tensor) { in ResetVariableTensor()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dcommon.c163 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 Dsimple_memory_arena.h40 int32_t tensor; member
A Dinterpreter.h254 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 Dmicro_allocator.cc788 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 Drecording_micro_allocator.cc202 const Model* model, TfLiteTensor* tensor, int tensor_index, in PopulateTfLiteTensorFromFlatbuffer()
A Dmicro_graph.cc199 auto* tensor = subgraph->tensors()->Get(i); in ResetVariableTensors() local
A Dtest_helpers.cc899 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

Completed in 39 milliseconds