Searched refs:TeardownGraph (Results 1 – 8 of 8) sorted by relevance
55 virtual bool TeardownGraph() = 0;
73 bool TeardownGraph() final;
67 remote_fused_graph_executor_->TeardownGraph(); in ~RemoteFusedGraphExecuteOp()
108 bool TestRemoteFusedGraphExecutor::TeardownGraph() { return true; } in TeardownGraph() function in tensorflow::TestRemoteFusedGraphExecutor
199 bool TeardownGraph() final { return true; } in TeardownGraph() function in tensorflow::SampleRemoteFusedGraphExecutor
47 bool TeardownGraph() final;
316 bool HexagonControlWrapper::TeardownGraph() { in TeardownGraph() function in tensorflow::HexagonControlWrapper
277 hexagon_control_wrapper.TeardownGraph(); in RunInferenceByHexagonControlWrapper()