pub fn zeros_like<Args, Inp>(param: Args) -> <Args as ZerosLikeAPI<Inp>>::Outwhere
Args: ZerosLikeAPI<Inp>,Expand description
New tensor filled with zeros and having the same shape as an input tensor.
pub fn zeros_like<Args, Inp>(param: Args) -> <Args as ZerosLikeAPI<Inp>>::Outwhere
Args: ZerosLikeAPI<Inp>,New tensor filled with zeros and having the same shape as an input tensor.