Searched refs:LoadGraphFromProto (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | graph_transferer_test.cc | 267 ASSERT_TRUE(gt_.LoadGraphFromProto(TEST_GRAPH_TRANSFER_OPS_DEFINITIONS, def, in TEST_F() 308 status = gt_.LoadGraphFromProto(TEST_GRAPH_TRANSFER_OPS_DEFINITIONS, def, in TEST_F() 319 ASSERT_TRUE(gt_.LoadGraphFromProto(TEST_GRAPH_TRANSFER_OPS_DEFINITIONS, def, in TEST_F() 345 ASSERT_TRUE(gt_.LoadGraphFromProto(TEST_GRAPH_TRANSFER_OPS_DEFINITIONS, def, in TEST_F()
|
D | graph_transferer.h | 59 Status LoadGraphFromProto(
|
D | hexagon_control_wrapper.cc | 84 Status status = graph_transferer_.LoadGraphFromProto( in Init()
|
D | graph_transferer.cc | 91 Status GraphTransferer::LoadGraphFromProto( in LoadGraphFromProto() function in tensorflow::GraphTransferer 235 return LoadGraphFromProto(ops_definitions, graph_def, input_node_info_list, in LoadGraphFromProtoFile()
|