Function tch::autocast

source ·
pub fn autocast<T, F>(enabled: bool, f: F) -> Twhere
    F: FnOnce() -> T,
Expand description

Runs a closure in mixed precision.