Searched refs:is_text_proto (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | graph_transferer_test.cc | 380 bool is_text_proto = true; in TEST() local 394 is_text_proto, false, true); in TEST() 443 bool is_text_proto = true; in TEST() local 460 is_text_proto, shape_inference_for_unknown_shape, in TEST() 472 is_text_proto, shape_inference_for_unknown_shape, in TEST()
|
D | graph_transferer.h | 73 const std::vector<string>& output_node_names, const bool is_text_proto,
|
D | graph_transferer.cc | 202 const std::vector<string>& output_node_names, const bool is_text_proto, in LoadGraphFromProtoFile() argument 209 if (is_text_proto) { in LoadGraphFromProtoFile()
|