R/torch_repeat.R

Defines functions torch_repeat

#' @export
torch_repeat<-function(x,
                       dim)
{
  return(x$'repeat'(dim))

}
adsb85/lqp documentation built on April 9, 2022, 12:35 a.m.