Home
last modified time | relevance | path

Searched refs:TFLITE_PROTO_NS (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dtoco_port.h32 #define TFLITE_PROTO_NS proto2 macro
34 #define TFLITE_PROTO_NS google::protobuf macro
99 TFLITE_PROTO_NS::Message* proto) { in ParseFromStringOverload()
100 return TFLITE_PROTO_NS::TextFormat::ParseFromString(in, proto); in ParseFromStringOverload()
Dimport_tensorflow.cc203 const TFLITE_PROTO_NS::RepeatedPtrField<tensorflow::TensorShapeProto_Dim>& in ImportShape()
/external/tensorflow/tensorflow/lite/toco/logging/
Dconversion_log_util.h49 TFLITE_PROTO_NS::RepeatedPtrField<std::string>* input_types,
50 TFLITE_PROTO_NS::RepeatedPtrField<std::string>* output_types);
56 TFLITE_PROTO_NS::RepeatedPtrField<std::string>* op_signatures);
Dconversion_log_util.cc173 TFLITE_PROTO_NS::RepeatedPtrField<std::string>* input_types, in GetInputAndOutputTypes()
174 TFLITE_PROTO_NS::RepeatedPtrField<std::string>* output_types) { in GetInputAndOutputTypes()
194 TFLITE_PROTO_NS::RepeatedPtrField<std::string>* op_signatures) { in GetOpSignatures()
237 TFLITE_PROTO_NS::RepeatedPtrField<std::string> op_signatures; in PopulateConversionLog()
250 TFLITE_PROTO_NS::RepeatedPtrField<std::string> input_types, output_types; in PopulateConversionLog()
Dconversion_log_util_test.cc152 TFLITE_PROTO_NS::RepeatedPtrField<std::string> input_types, output_types; in TEST()
214 TFLITE_PROTO_NS::RepeatedPtrField<std::string> op_signatures; in TEST()