Home
last modified time | relevance | path

Searched refs:ReleaseAllHandles (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.h162 Status ReleaseAllHandles();
164 ~CachedFunctionHandles() { ReleaseAllHandles().IgnoreError(); } in ~CachedFunctionHandles()
Dtf2xla_util_test.cc333 TF_EXPECT_OK(cached_function_handles.ReleaseAllHandles()); in TEST()
Dtf2xla_util.cc696 Status CachedFunctionHandles::ReleaseAllHandles() { in ReleaseAllHandles() function in tensorflow::CachedFunctionHandles