Home
last modified time | relevance | path

Searched defs:preferred_device (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_api_info.cc65 const string& FunctionApiInfo::preferred_device() const { in preferred_device() function in tensorflow::grappler::FunctionApiInfo
Dfunction_api_info_test.cc48 const string& preferred_device, in PopulateFunction()
/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent_v2.py816 def _generate_defun_backend(unique_api_name, preferred_device, func): argument