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.cc215 TfLiteTensor* input_tensor = FindTensorWithNameOrIndex( in Preprocess()
273 FindTensorWithNameOrIndex( in Postprocess()
277 FindTensorWithNameOrIndex( in Postprocess()
327 auto input_tensor = FindTensorWithNameOrIndex( in Initialize()
365 const auto scores = FindTensorWithNameOrIndex( in Initialize()
409 auto labels = FindTensorWithNameOrIndex( in Initialize()
Dnl_classifier.h155 static TensorType* FindTensorWithNameOrIndex( in FindTensorWithNameOrIndex() function