TensorFlow

API

 tf / guarantee_const


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

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.

此页内容是否对您有帮助