FixΒΆ
Rounds the input towards zero. Alias for trunc.
Abstract Signature:
Fix(input: Tensor)
TensorFlow
API:
tf.raw_ops.TruncateStrategy: Macro 'tf.cast(tf.cast({input}, tf.int32), {input}.dtype)'
Rounds the input towards zero. Alias for trunc.
Abstract Signature:
Fix(input: Tensor)
tf.raw_ops.Truncate