Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_graph_execution_test.cc420 Status status = gt.LoadGraphFromProtoFile( in TEST()
453 Status status = gt.LoadGraphFromProtoFile( in TEST()
487 Status status = gt.LoadGraphFromProtoFile( in TEST()
556 Status status = gt0.LoadGraphFromProtoFile( in TEST()
576 status = gt1.LoadGraphFromProtoFile( in TEST()
Dgraph_transferer_test.cc372 TEST(GraphTransferer, LoadGraphFromProtoFile) { in TEST() argument
392 Status status = gt.LoadGraphFromProtoFile( in TEST()
458 Status status1 = si_gt.LoadGraphFromProtoFile( in TEST()
470 Status status2 = dr_gt.LoadGraphFromProtoFile( in TEST()
Dgraph_transferer.h69 Status LoadGraphFromProtoFile(
Dgraph_transferer.cc198 Status GraphTransferer::LoadGraphFromProtoFile( in LoadGraphFromProtoFile() function in tensorflow::GraphTransferer