• इस पेज पर, यह जानकारी उपलब्ध है
  • Args
  • Returns

tf.guarantee_const

  • इस पेज पर, यह जानकारी उपलब्ध है
  • Args
  • Returns

Promise to the TF runtime that the input tensor is a constant. (deprecated)

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.guarantee_const

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

Returns the input tensor without modification.

input A Tensor.
name A name for this operation.

A Tensor. Has the same dtype as input.