Home
last modified time | relevance | path

Searched refs:IsTrainable (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dbackprop_util.py52 def IsTrainable(tensor_or_dtype): function
Dforwardprop.py111 if backprop_util.IsTrainable(tensor):
125 if backprop_util.IsTrainable(output):
Dbackprop.py901 if not backprop_util.IsTrainable(t):
1046 if not backprop_util.IsTrainable(t):
1060 if not backprop_util.IsTrainable(t):
Dfunction.py700 if backprop_util.IsTrainable(output)]
770 if backprop_util.IsTrainable(placeholder):
894 [t for t in func_graph.outputs if backprop_util.IsTrainable(t)])
908 if backprop_util.IsTrainable(output):
1101 if backprop_util.IsTrainable(output):
1246 if backprop_util.IsTrainable(output):
1410 and any(backprop_util.IsTrainable(output)
1417 if backprop_util.IsTrainable(output):
1440 and any(backprop_util.IsTrainable(output)
/external/tensorflow/tensorflow/python/ops/
Dgradients_util.py232 if backprop_util.IsTrainable(tensor):
582 if backprop_util.IsTrainable(y):
663 or backprop_util.IsTrainable(op.outputs[i])):
773 if backprop_util.IsTrainable(y):
Dwhile_v2.py569 if not backprop_util.IsTrainable(tensor):
580 return backprop_util.IsTrainable(element_type)
Dcond_v2.py375 if not backprop_util.IsTrainable(y):