Searched defs:tensor_index (Results 1 – 6 of 6) sorted by relevance
254 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() local353 const int tensor_index = GetTensorIndexFromSignatureDefName( in output_tensor_by_signature_name() local530 TfLiteStatus EnsureTensorDataIsReadable(int tensor_index) { in EnsureTensorDataIsReadable()
43 int tensor_index) { in GetTensorAtIndex()55 int* tensor_index) { in ValidateTensorIndexingSafe()78 const int tensor_index = tensor_indices[index]; in ValidateTensorIndexing() local88 const int tensor_index = ValidateTensorIndexing( in GetMutableInput() local99 int tensor_index; in GetMutableInputSafe() local127 const int tensor_index = ValidateTensorIndexing( in GetOutput() local137 int tensor_index; in GetOutputSafe() local153 const int tensor_index = ValidateTensorIndexing( in GetTemporary() local164 int tensor_index; in GetTemporarySafe() local174 const int tensor_index = ValidateTensorIndexing( in GetIntermediates() local[all …]
81 T* typed_input_tensor(int tensor_index) { in typed_input_tensor()99 T* typed_output_tensor(int tensor_index) { in typed_output_tensor()
215 const int tensor_index = subgraph->inputs()->Get(i); in AddTensors() local222 const int tensor_index = subgraph->outputs()->Get(i); in AddTensors() local231 const int tensor_index = op->inputs()->Get(n); in AddTensors() local238 const int tensor_index = op->outputs()->Get(n); in AddTensors() local782 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()
202 const Model* model, TfLiteTensor* tensor, int tensor_index, in PopulateTfLiteTensorFromFlatbuffer()
77 int tensor_index) { in GetTensor()86 const struct TfLiteContext* context, int tensor_index) { in GetEvalTensor()
Completed in 11 milliseconds