Searched defs:tensor_ptr (Results 1 – 6 of 6) sorted by relevance
271 if (TfLiteTensor* tensor_ptr = tensor(tensor_index)) { in typed_tensor() local283 if (const TfLiteTensor* tensor_ptr = tensor(tensor_index)) { in typed_tensor() local
161 TfLiteTensor* tensor_ptr = interpreter_->tensor(index); in ExtractVector() local
101 &csv](FloatTensor* tensor_ptr) { in ParseExamples()
98 &csv](FloatTensor* tensor_ptr) { in ParseExamples()
148 void* GetTensorAddress(const Tensor* tensor_ptr) { in GetTensorAddress()
351 const uint8* tensor_ptr = &(tensor_data->value) + i; in VectorTensorAddition() local