Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.h157 Status GetOrInstantiate(const string& func_name, AttrSlice attrs,
Dtf2xla_util_test.cc312 TF_ASSERT_OK(cached_function_handles.GetOrInstantiate( in TEST()
322 TF_ASSERT_OK(cached_function_handles.GetOrInstantiate( in TEST()
331 TF_ASSERT_OK(cached_function_handles.GetOrInstantiate( in TEST()
Dtf2xla_util.cc687 Status CachedFunctionHandles::GetOrInstantiate( in GetOrInstantiate() function in tensorflow::CachedFunctionHandles
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc1852 TF_RETURN_IF_ERROR(cached_function_handles->GetOrInstantiate( in InferXlaShardingFromNeighbors()