Searched refs:ExecuteGraph (Results 1 – 9 of 9) sorted by relevance
52 virtual bool ExecuteGraph() = 0;
72 bool ExecuteGraph() final;
96 remote_fused_graph_executor_->ExecuteGraph(); in Compute()
107 bool TestRemoteFusedGraphExecutor::ExecuteGraph() { return true; } in ExecuteGraph() function in tensorflow::TestRemoteFusedGraphExecutor
175 bool ExecuteGraph() final { in ExecuteGraph() function in tensorflow::SampleRemoteFusedGraphExecutor
46 bool ExecuteGraph() final;
312 bool HexagonControlWrapper::ExecuteGraph() { in ExecuteGraph() function in tensorflow::HexagonControlWrapper
262 hexagon_control_wrapper.ExecuteGraph(); in RunInferenceByHexagonControlWrapper()
115 Status ExecuteGraph(XlaContext* xla_context, std::unique_ptr<Graph> graph, in ExecuteGraph() function1127 TF_RETURN_IF_ERROR(ExecuteGraph(context, std::move(graph), device_, in CompileGraph()