Searched refs:_is_function (Results 1 – 5 of 5) sorted by relevance
84 def _is_function(fname): function89 return ops.get_default_graph()._is_function(fname) # pylint: disable=protected-access163 if not _is_function(fname):168 if not _is_function(fname):
3332 def _is_function(self, name): member in Graph
547 if _is_function(value)822 if _is_function(value)826 def _is_function(x): function
668 src_graph._is_function(op.type) or is_partitioned_call)
1755 if op.graph._is_function(op.type) or op.type == "SymbolicGradient":2528 if op.graph._is_function(op.type) or op.type == "SymbolicGradient":