Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/framework/
D__init__.py108 from tensorflow.python.ops.control_flow_ops import smart_constant_value
/external/tensorflow/tensorflow/python/layers/
Dutils.py231 return control_flow_ops.smart_constant_value(pred)
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py2149 pred_value = smart_constant_value(pred)
2159 def smart_constant_value(pred): function