Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dfunction_def_to_graph.py84 def _is_function(fname): function
89 return ops.get_default_graph()._is_function(fname) # pylint: disable=protected-access
163 if not _is_function(fname):
168 if not _is_function(fname):
Dops.py3332 def _is_function(self, name): member in Graph
/external/tensorflow/tensorflow/python/training/tracking/
Ddata_structures.py547 if _is_function(value)
822 if _is_function(value)
826 def _is_function(x): function
/external/tensorflow/tensorflow/python/ops/
Dgradients_util.py668 src_graph._is_function(op.type) or is_partitioned_call)
Dcontrol_flow_ops.py1755 if op.graph._is_function(op.type) or op.type == "SymbolicGradient":
2528 if op.graph._is_function(op.type) or op.type == "SymbolicGradient":