Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction.cc752 if (options.use_function_cache) { in Instantiate()
754 options_copy.use_function_cache = false; in Instantiate()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfunction.h763 bool use_function_cache = false; member
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dcaptured_function.cc557 inst_opts.use_function_cache = true; in Instantiate()