Searched refs:capture_by_value (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | func_graph.py | 169 def __init__(self, name, collections=None, capture_by_value=None): argument 218 if capture_by_value is not None: 219 self.capture_by_value = capture_by_value 222 self.capture_by_value = self.outer_graph.capture_by_value 224 self.capture_by_value = False 573 if self.capture_by_value and op_type in ["ReadVariableOp", 825 capture_by_value=None, argument 885 capture_by_value=capture_by_value)
|
D | function.py | 238 capture_by_value=False, argument 279 self._capture_by_value = capture_by_value 691 def __init__(self, name, capture_by_value, allowlisted_stateful_ops, argument 694 self._capture_by_value = capture_by_value 907 capture_by_value=False, argument 945 func_graph = _FuncGraph(name, capture_by_value, allowlisted_stateful_ops,
|
D | function_test.py | 1052 @function.Defun(capture_by_value=True) 1061 @function.Defun(capture_by_value=True, allowlisted_stateful_ops=set([t.op])) 1482 @function.Defun(dtypes.float32, capture_by_value=True) 1486 @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\'], varargs=None, keywords…
|
/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 | 2936 capture_by_value=None, argument 2981 self._capture_by_value = capture_by_value 3266 capture_by_value=self._capture_by_value),
|
D | function_test.py | 1195 trivial_function, 'test', capture_by_value=True) 1210 trivial_function, 'test', capture_by_value=True)
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 2395 @function.Defun(capture_by_value=True, allowlisted_stateful_ops=all_ds_ops)
|