Performs a safe saturating cast of `value` to `dtype`. This function casts the input to `dtype` without applying any scaling. If there is a danger that values would over or underflow in the cast, this op applies the appropriate clamping before the cast. Args: value: A `Tensor`. dt
(value, dtype, name=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected