Home
last modified time | relevance | path

Searched refs:CachedFunctionHandles (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.h148 class CachedFunctionHandles {
150 CachedFunctionHandles(FunctionLibraryRuntime* flr) : flr_(flr) {} in CachedFunctionHandles() function
162 ~CachedFunctionHandles() { ReleaseAllHandles().IgnoreError(); } in ~CachedFunctionHandles()
168 TF_DISALLOW_COPY_AND_ASSIGN(CachedFunctionHandles);
Dtf2xla_util_test.cc280 TEST(CachedFunctionHandles, Basic) { in TEST() argument
304 CachedFunctionHandles cached_function_handles(flr); in TEST()
Dtf2xla_util.cc861 Status CachedFunctionHandles::GetOrInstantiate( in GetOrInstantiate()
876 Status CachedFunctionHandles::ReleaseAllHandles() { in ReleaseAllHandles()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc2038 CachedFunctionHandles* cached_function_handles, in InferXlaShardingFromNeighbors()
2186 CachedFunctionHandles cached_function_handles(flr); in AssignArgsAndRetvalsToCores()