Home
last modified time | relevance | path

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

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