Home | History | Annotate | Download | only in framework

Lines Matching refs:as_ref

874 def _TensorTensorConversionFunction(t, dtype=None, name=None, as_ref=False):
875 _ = name, as_ref
946 as_ref=False)
956 as_ref=False,
975 as_ref: True if we want the mutable view of Variables, if applicable.
1021 value, dtype=preferred_dtype, name=name, as_ref=as_ref)
1036 ret = conversion_func(value, dtype=dtype, name=name, as_ref=as_ref)
1060 as_ref=False,
1071 as_ref: True if the caller wants the results as ref tensors.
1099 as_ref=as_ref,
1134 as_ref=False)
1159 value=value, dtype=dtype, name=name, as_ref=False)
1165 as_ref=False):
1178 as_ref: True if the caller wants the results as ref tensors.
1194 value, dtype=dtype, name=name, as_ref=as_ref)
1200 as_ref=False):
1214 as_ref: True if the caller wants the results as ref tensors.
1235 value, dtype=dtype, name=n, as_ref=as_ref))
1264 values=values, dtype=dtype, name=name, as_ref=False)
1277 def conversion_func(value, dtype=None, name=None, as_ref=False):
1289 If `as_ref` is true, the function must return a `Tensor` reference,
4074 op = internal_convert_to_tensor_or_indexed_slices(op, as_ref=True).op
5770 def _operation_conversion_error(op, dtype=None, name=None, as_ref=False):
5773 "(target dtype=%r, name=%r, as_ref=%r)") % (op.name, dtype,
5774 name, as_ref))