Home
last modified time | relevance | path

Searched refs:FindTensorWithNameOrIndex (Results 1 – 2 of 2) sorted by relevance

/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/
Dnl_classifier.cc189 TfLiteTensor* input_tensor = FindTensorWithNameOrIndex( in Preprocess()
247 FindTensorWithNameOrIndex( in Postprocess()
251 FindTensorWithNameOrIndex( in Postprocess()
301 auto input_tensor = FindTensorWithNameOrIndex( in Initialize()
339 const auto scores = FindTensorWithNameOrIndex( in Initialize()
383 auto labels = FindTensorWithNameOrIndex( in Initialize()
Dnl_classifier.h144 static TensorType* FindTensorWithNameOrIndex( in FindTensorWithNameOrIndex() function