Home
last modified time | relevance | path

Searched refs:LoadGraphFromProto (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/hexagon/
Dgraph_transferer_test.cc267 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()
Dgraph_transferer.h59 Status LoadGraphFromProto(
Dhexagon_control_wrapper.cc84 Status status = graph_transferer_.LoadGraphFromProto( in Init()
Dgraph_transferer.cc91 Status GraphTransferer::LoadGraphFromProto( in LoadGraphFromProto() function in tensorflow::GraphTransferer
235 return LoadGraphFromProto(ops_definitions, graph_def, input_node_info_list, in LoadGraphFromProtoFile()