Function tch::autocast

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

Runs a closure in mixed precision.