Home
last modified time | relevance | path

Searched refs:SetupGraph (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Di_remote_fused_graph_executor.h49 virtual bool SetupGraph() = 0;
Dremote_fused_graph_execute_op_test_utils.h71 bool SetupGraph() final;
Dremote_fused_graph_execute_op.cc60 remote_fused_graph_executor_->SetupGraph(); in RemoteFusedGraphExecuteOp()
Dremote_fused_graph_execute_op_test_utils.cc106 bool TestRemoteFusedGraphExecutor::SetupGraph() { return true; } in SetupGraph() function in tensorflow::TestRemoteFusedGraphExecutor
Dremote_fused_graph_execute_op_test.cc174 bool SetupGraph() final { return true; } in SetupGraph() function in tensorflow::SampleRemoteFusedGraphExecutor
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_control_wrapper.h45 bool SetupGraph() final;
Dhexagon_control_wrapper.cc137 bool HexagonControlWrapper::SetupGraph() { in SetupGraph() function in tensorflow::HexagonControlWrapper
Dhexagon_graph_execution_test.cc254 hexagon_control_wrapper.SetupGraph(); in RunInferenceByHexagonControlWrapper()