Searched refs:tensor_identifier (Results 1 – 3 of 3) sorted by relevance
/external/tflite-support/tensorflow_lite_support/codegen/ |
D | metadata_helper.cc | 50 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()
|
D | metadata_helper.h | 39 const std::string& tensor_identifier, 44 const std::string& tensor_identifier,
|
D | android_java_generator.cc | 111 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()
|