Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/util/
Dtraverse.py60 def capture_by_value(op): function
64 return _traverse(dataset, capture_by_value)
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py206 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)
Dfunction.py265 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,
Dfunction_test.py1048 @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/
Dtensorflow.__internal__.-func-graph.pbtxt84 …argspec: "args=[\'self\', \'name\', \'collections\', \'capture_by_value\', \'structured_input_sign…
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Derror_handling.md98 capture_by_value=self._capture_by_value),
/external/tensorflow/tensorflow/python/eager/
Dfunction.py2403 capture_by_value=None, argument
2449 self._capture_by_value = capture_by_value
2625 capture_by_value=self._capture_by_value),
Dfunction_test.py1210 trivial_function, 'test', capture_by_value=True)
1225 trivial_function, 'test', capture_by_value=True)
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py3713 capture_by_value=True,