Home
last modified time | relevance | path

Searched refs:tensor_identifier (Results 1 – 3 of 3) sorted by relevance

/external/tflite-support/tensorflow_lite_support/codegen/
Dmetadata_helper.cc50 const std::string& tensor_identifier, in FindAssociatedFile() argument
64 file_type, tensor_identifier.c_str()); in FindAssociatedFile()
74 const std::string& tensor_identifier, in FindNormalizationUnit() argument
89 tensor_identifier.c_str()); in FindNormalizationUnit()
Dmetadata_helper.h39 const std::string& tensor_identifier,
44 const std::string& tensor_identifier,
Dandroid_java_generator.cc111 std::string tensor_identifier = is_input ? "input" : "output"; in CreateTensorInfo() local
112 tensor_identifier += " " + std::to_string(index); in CreateTensorInfo()
114 metadata, AssociatedFileType_TENSOR_AXIS_LABELS, tensor_identifier, err); in CreateTensorInfo()
116 metadata, AssociatedFileType_TENSOR_VALUE_LABELS, tensor_identifier, err); in CreateTensorInfo()
123 tensor_identifier.c_str()); in CreateTensorInfo()
130 tensor_identifier.c_str()); in CreateTensorInfo()
137 FindNormalizationUnit(metadata, tensor_identifier, err); in CreateTensorInfo()
154 tensor_identifier.c_str()); in CreateTensorInfo()