Function candle_nn::func::func

source ·
pub fn func<'a, F>(f: F) -> Func<'a>
where F: 'a + Fn(&Tensor) -> Result<Tensor> + Send + Sync,