Home
last modified time | relevance | path

Searched refs:capture_by_value (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py169 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)
Dfunction.py238 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,
Dfunction_test.py1052 @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/
Dtensorflow.__internal__.-func-graph.pbtxt84 …argspec: "args=[\'self\', \'name\', \'collections\', \'capture_by_value\'], varargs=None, keywords…
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Derror_handling.md98 capture_by_value=self._capture_by_value),
/external/tensorflow/tensorflow/python/eager/
Dfunction.py2936 capture_by_value=None, argument
2981 self._capture_by_value = capture_by_value
3266 capture_by_value=self._capture_by_value),
Dfunction_test.py1195 trivial_function, 'test', capture_by_value=True)
1210 trivial_function, 'test', capture_by_value=True)
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py2395 @function.Defun(capture_by_value=True, allowlisted_stateful_ops=all_ds_ops)