Home
last modified time | relevance | path

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

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