Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util_test.cc307 TF_ASSERT_OK(cached_function_handles.GetOrInstantiate( in TEST()
317 TF_ASSERT_OK(cached_function_handles.GetOrInstantiate( in TEST()
326 TF_ASSERT_OK(cached_function_handles.GetOrInstantiate( in TEST()
Dtf2xla_util.h156 Status GetOrInstantiate(const string& func_name, AttrSlice attrs,
Dtf2xla_util.cc688 Status CachedFunctionHandles::GetOrInstantiate( in GetOrInstantiate() function in tensorflow::CachedFunctionHandles