Searched refs:capture_by_value (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/python/data/util/ |
D | traverse.py | 60 def capture_by_value(op): function 64 return _traverse(dataset, capture_by_value)
|
/external/tensorflow/tensorflow/python/framework/ |
D | func_graph.py | 206 capture_by_value=None, argument 268 if capture_by_value is not None: 269 self.capture_by_value = capture_by_value 272 self.capture_by_value = self.outer_graph.capture_by_value 274 self.capture_by_value = False 711 if self.capture_by_value and op_type in [ 1102 capture_by_value=None, argument 1158 name, collections=collections, capture_by_value=capture_by_value)
|
D | function.py | 265 capture_by_value=False, argument 306 self._capture_by_value = capture_by_value 723 def __init__(self, name, capture_by_value, allowlisted_stateful_ops, argument 726 self._capture_by_value = capture_by_value 941 capture_by_value=False, argument 979 func_graph = _FuncGraph(name, capture_by_value, allowlisted_stateful_ops,
|
D | function_test.py | 1048 @function.Defun(capture_by_value=True) 1057 @function.Defun(capture_by_value=True, allowlisted_stateful_ops=set([t.op])) 1478 @function.Defun(dtypes.float32, capture_by_value=True) 1482 @function.Defun(dtypes.float32, capture_by_value=True)
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.__internal__.-func-graph.pbtxt | 84 …argspec: "args=[\'self\', \'name\', \'collections\', \'capture_by_value\', \'structured_input_sign…
|
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/ |
D | error_handling.md | 98 capture_by_value=self._capture_by_value),
|
/external/tensorflow/tensorflow/python/eager/ |
D | function.py | 2403 capture_by_value=None, argument 2449 self._capture_by_value = capture_by_value 2625 capture_by_value=self._capture_by_value),
|
D | function_test.py | 1210 trivial_function, 'test', capture_by_value=True) 1225 trivial_function, 'test', capture_by_value=True)
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 3713 capture_by_value=True,
|