Home
last modified time | relevance | path

Searched refs:smart_module (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/layers/
Dutils.py24 from tensorflow.python.framework import smart_cond as smart_module unknown
201 return smart_module.smart_cond(
228 return smart_module.smart_constant_value(pred)
/external/tensorflow/tensorflow/python/keras/utils/
Dtf_utils.py25 from tensorflow.python.framework import smart_cond as smart_module unknown
55 return smart_module.smart_cond(
82 return smart_module.smart_constant_value(pred)