Home
last modified time | relevance | path

Searched refs:FuseRemoteGraph (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Di_remote_fused_graph_executor.h64 virtual Status FuseRemoteGraph(const GraphDef& original_graph_def,
Dremote_fused_graph_execute_op_test_utils.h76 Status FuseRemoteGraph(const GraphDef& original_graph_def,
Dremote_fused_graph_rewriter_transform_test.cc40 Status FuseRemoteGraph(const GraphDef& input_graph_def,
162 return FuseRemoteGraph(input_graph_def_, context, &output_graph_def_); in FuseInternal()
Dremote_fused_graph_rewriter_transform.cc132 Status FuseRemoteGraph(const GraphDef& input_graph_def, in FuseRemoteGraph() function
255 REGISTER_GRAPH_TRANSFORM("fuse_remote_graph", FuseRemoteGraph);
Dremote_fused_graph_execute_op_test_utils.cc116 Status TestRemoteFusedGraphExecutor::FuseRemoteGraph( in FuseRemoteGraph() function in tensorflow::TestRemoteFusedGraphExecutor
Dremote_fused_graph_execute_op_test.cc217 Status FuseRemoteGraph(const GraphDef& original_graph_def, in FuseRemoteGraph() function in tensorflow::SampleRemoteFusedGraphExecutor
Dremote_fused_graph_execute_utils.cc1105 return executor->FuseRemoteGraph(input_graph_def, inputs, outputs, in FuseRemoteGraphByExecutor()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_control_wrapper.h51 Status FuseRemoteGraph(const GraphDef& original_graph_def,
Dhexagon_control_wrapper.cc396 Status HexagonControlWrapper::FuseRemoteGraph( in FuseRemoteGraph() function in tensorflow::HexagonControlWrapper