Searched refs:FuseRemoteGraph (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | i_remote_fused_graph_executor.h | 64 virtual Status FuseRemoteGraph(const GraphDef& original_graph_def,
|
D | remote_fused_graph_execute_op_test_utils.h | 76 Status FuseRemoteGraph(const GraphDef& original_graph_def,
|
D | remote_fused_graph_rewriter_transform_test.cc | 40 Status FuseRemoteGraph(const GraphDef& input_graph_def, 162 return FuseRemoteGraph(input_graph_def_, context, &output_graph_def_); in FuseInternal()
|
D | remote_fused_graph_rewriter_transform.cc | 132 Status FuseRemoteGraph(const GraphDef& input_graph_def, in FuseRemoteGraph() function 255 REGISTER_GRAPH_TRANSFORM("fuse_remote_graph", FuseRemoteGraph);
|
D | remote_fused_graph_execute_op_test_utils.cc | 116 Status TestRemoteFusedGraphExecutor::FuseRemoteGraph( in FuseRemoteGraph() function in tensorflow::TestRemoteFusedGraphExecutor
|
D | remote_fused_graph_execute_op_test.cc | 217 Status FuseRemoteGraph(const GraphDef& original_graph_def, in FuseRemoteGraph() function in tensorflow::SampleRemoteFusedGraphExecutor
|
D | remote_fused_graph_execute_utils.cc | 1105 return executor->FuseRemoteGraph(input_graph_def, inputs, outputs, in FuseRemoteGraphByExecutor()
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | hexagon_control_wrapper.h | 51 Status FuseRemoteGraph(const GraphDef& original_graph_def,
|
D | hexagon_control_wrapper.cc | 396 Status HexagonControlWrapper::FuseRemoteGraph( in FuseRemoteGraph() function in tensorflow::HexagonControlWrapper
|