Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Di_remote_fused_graph_executor.h52 virtual bool ExecuteGraph() = 0;
Dremote_fused_graph_execute_op_test_utils.h72 bool ExecuteGraph() final;
Dremote_fused_graph_execute_op.cc96 remote_fused_graph_executor_->ExecuteGraph(); in Compute()
Dremote_fused_graph_execute_op_test_utils.cc107 bool TestRemoteFusedGraphExecutor::ExecuteGraph() { return true; } in ExecuteGraph() function in tensorflow::TestRemoteFusedGraphExecutor
Dremote_fused_graph_execute_op_test.cc175 bool ExecuteGraph() final { in ExecuteGraph() function in tensorflow::SampleRemoteFusedGraphExecutor
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_control_wrapper.h46 bool ExecuteGraph() final;
Dhexagon_control_wrapper.cc312 bool HexagonControlWrapper::ExecuteGraph() { in ExecuteGraph() function in tensorflow::HexagonControlWrapper
Dhexagon_graph_execution_test.cc262 hexagon_control_wrapper.ExecuteGraph(); in RunInferenceByHexagonControlWrapper()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc115 Status ExecuteGraph(XlaContext* xla_context, std::unique_ptr<Graph> graph, in ExecuteGraph() function
1127 TF_RETURN_IF_ERROR(ExecuteGraph(context, std::move(graph), device_, in CompileGraph()