Home
last modified time | relevance | path

Searched defs:decorated (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/contrib/batching/python/ops/
Dbatch_ops.py104 def decorated(*args): # pylint: disable=missing-docstring function
169 def decorated(*args): function
/external/tensorflow/tensorflow/python/keras/utils/
Dmetrics_utils.py68 def decorated(metric_obj, *args, **kwargs): function
98 def decorated(_, *args): function
/external/tensorflow/tensorflow/python/keras/
Dkeras_parameterized.py146 def decorated(self, model_type, *args, **kwargs): function
253 def decorated(self, run_mode, *args, **kwargs): function
/external/tensorflow/tensorflow/python/ops/
Dcustom_gradient.py157 def decorated(*args, **kwargs): function
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py967 def decorated(self, *args, **kwargs): function
1011 def decorated(*args, **kwds): function
1053 def decorated(*args, **kwds): function
1100 def decorated(self, *args, **kwargs): function
1151 def decorated(self, *args, **kwargs): function
1188 def decorated(self, *args, **kwargs): function
1221 def decorated(self, *args, **kwargs): function
1254 def decorated(self, *args, **kwargs): function
1446 def decorated(self, *args, **kwargs): function
1469 def decorated(self, *args, **kwargs): function
/external/tensorflow/tensorflow/python/eager/
Dbackprop.py360 def decorated(*args, **kwds): function
457 def decorated(*args, **kwds): function
505 def decorated(*args, **kwds): function
Ddef_function.py968 def decorated(inner_function): function
Dfunction.py2000 def decorated(function): function
/external/python/cpython2/Lib/
Dsymbol.py18 decorated = 261 variable
/external/python/cpython3/Include/
Dgraminit.h8 #define decorated 261 macro
/external/python/cpython2/Include/
Dgraminit.h8 #define decorated 261 macro
/external/tensorflow/tensorflow/contrib/distribute/python/
Dcombinations.py152 def decorated(self, **kwargs): function
/external/python/cpython3/Lib/
Dsymbol.py18 decorated = 261 variable
/external/tensorflow/tensorflow/contrib/compiler/
Dxla.py787 def decorated(function): function
/external/python/cpython3/Lib/test/
Dtest_sys_settrace.py580 decorated=False): argument
648 event='line', decorated=False): argument
661 event='line', decorated=False): argument
/external/python/cpython2/Lib/test/
Dtest_sys_settrace.py486 decorated=False): argument
554 event='line', decorated=False): argument
/external/python/cpython2/Lib/compiler/
Dtransformer.py235 def decorated(self, nodelist): member in Transformer