Home
last modified time | relevance | path

Searched refs:_is_function (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/training/tracking/
Ddata_structures.py686 if _is_function(value)
939 if _is_function(value)
1067 def _is_function(x): function
/external/tensorflow/tensorflow/python/framework/
Dfunction_def_to_graph.py122 if graph._is_function(fname): # pylint: disable=protected-access
Dops.py3365 def _is_function(self, name): member in Graph
/external/tensorflow/tensorflow/python/ops/
Dgradients_util.py603 src_graph._is_function(op.type) or is_partitioned_call)
Dcontrol_flow_ops.py1023 if op.graph._is_function(op.type) or op.type == "SymbolicGradient":
1828 if op.graph._is_function(op.type) or op.type == "SymbolicGradient":
/external/tensorflow/tensorflow/python/eager/
Dfunction.py522 if not g._is_function(self.name):
525 if not g._is_function(f.name):