tft.scale_to_0_1(
x,
elementwise=False,
name=None
)
Returns a column which is the input column scaled to have range [0,1].
Args:
x
: A numericTensor
.elementwise
: If true, scale each element of the tensor independently.name
: (Optional) A name for this operation.
Returns:
A Tensor
containing the input column scaled to [0, 1].