tf.raw_ops.GuaranteeConst

Gives a guarantee to the TF runtime that the input tensor is a constant.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.GuaranteeConst

The runtime is then free to make optimizations based on this.

Only accepts value typed tensors as inputs and rejects resource variable handles as input.

Returns the input tensor without modification.

input A Tensor.
name A name for the operation (optional).

A Tensor. Has the same type as input.