Searched refs:smart_constant_value (Results 1 – 3 of 3) sorted by relevance
108 from tensorflow.python.ops.control_flow_ops import smart_constant_value
231 return control_flow_ops.smart_constant_value(pred)
2149 pred_value = smart_constant_value(pred)2159 def smart_constant_value(pred): function