Searched refs:ExecuteGraph (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | i_remote_fused_graph_executor.h | 52 virtual bool ExecuteGraph() = 0;
|
D | remote_fused_graph_execute_op_test_utils.h | 72 bool ExecuteGraph() final;
|
D | remote_fused_graph_execute_op.cc | 96 remote_fused_graph_executor_->ExecuteGraph(); in Compute()
|
D | remote_fused_graph_execute_op_test_utils.cc | 107 bool TestRemoteFusedGraphExecutor::ExecuteGraph() { return true; } in ExecuteGraph() function in tensorflow::TestRemoteFusedGraphExecutor
|
D | remote_fused_graph_execute_op_test.cc | 175 bool ExecuteGraph() final { in ExecuteGraph() function in tensorflow::SampleRemoteFusedGraphExecutor
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | hexagon_control_wrapper.h | 46 bool ExecuteGraph() final;
|
D | hexagon_control_wrapper.cc | 312 bool HexagonControlWrapper::ExecuteGraph() { in ExecuteGraph() function in tensorflow::HexagonControlWrapper
|
D | hexagon_graph_execution_test.cc | 262 hexagon_control_wrapper.ExecuteGraph(); in RunInferenceByHexagonControlWrapper()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | scoped_allocator_optimizer_test.cc | 284 void ExecuteGraph(const GraphDef& graph_def, in ExecuteGraph() function in tensorflow::grappler::__anon8ee833780111::ScopedAllocatorOptimizerTest 423 ExecuteGraph(graph_def, in TEST_F() 435 ExecuteGraph(graph_def, in TEST_F() 472 ExecuteGraph(graph_def, /*output_names=*/{"r1:0", "r2:0"}, &outputs); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiler.cc | 122 Status ExecuteGraph(XlaContext* xla_context, std::unique_ptr<Graph> graph, in ExecuteGraph() function 1364 TF_RETURN_IF_ERROR(ExecuteGraph(context, std::move(graph), device_, in CompileGraph()
|