Home
last modified time | relevance | path

Searched defs:CachedFunctionHandles (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.h152 CachedFunctionHandles(FunctionLibraryRuntime* flr) : flr_(flr) {} in CachedFunctionHandles() function
Dtf2xla_util_test.cc280 TEST(CachedFunctionHandles, Basic) { in TEST() argument