Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.h150 class CachedFunctionHandles {
152 CachedFunctionHandles(FunctionLibraryRuntime* flr) : flr_(flr) {} in CachedFunctionHandles() function
164 ~CachedFunctionHandles() { ReleaseAllHandles().IgnoreError(); } in ~CachedFunctionHandles()
170 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.cc687 Status CachedFunctionHandles::GetOrInstantiate( in GetOrInstantiate()
702 Status CachedFunctionHandles::ReleaseAllHandles() { in ReleaseAllHandles()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc1825 CachedFunctionHandles* cached_function_handles, in InferXlaShardingFromNeighbors()
1973 CachedFunctionHandles cached_function_handles(flr); in AssignArgsAndRetvalsToCores()