Home
last modified time | relevance | path

Searched refs:_DefinedFunction (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dfunction.py162 return _DefinedFunction(
174 return _DefinedFunction(
218 class _DefinedFunction(object): class
341 assert isinstance(grad_func, _DefinedFunction)
643 defined = _DefinedFunction(
1121 result = _DefinedFunction(func, argnames, input_types, func_name, grad_func,
Dfunction_test.py658 self.assertTrue(isinstance(Minus1, function._DefinedFunction))
/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops.py843 if isinstance(then_branch, function._DefinedFunction):
890 if isinstance(func, function._DefinedFunction): # pylint: disable=protected-access