Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Di_remote_fused_graph_executor.h55 virtual bool TeardownGraph() = 0;
Dremote_fused_graph_execute_op_test_utils.h73 bool TeardownGraph() final;
Dremote_fused_graph_execute_op.cc67 remote_fused_graph_executor_->TeardownGraph(); in ~RemoteFusedGraphExecuteOp()
Dremote_fused_graph_execute_op_test_utils.cc108 bool TestRemoteFusedGraphExecutor::TeardownGraph() { return true; } in TeardownGraph() function in tensorflow::TestRemoteFusedGraphExecutor
Dremote_fused_graph_execute_op_test.cc199 bool TeardownGraph() final { return true; } in TeardownGraph() function in tensorflow::SampleRemoteFusedGraphExecutor
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_control_wrapper.h47 bool TeardownGraph() final;
Dhexagon_control_wrapper.cc316 bool HexagonControlWrapper::TeardownGraph() { in TeardownGraph() function in tensorflow::HexagonControlWrapper
Dhexagon_graph_execution_test.cc277 hexagon_control_wrapper.TeardownGraph(); in RunInferenceByHexagonControlWrapper()