R/torch_rep.R

Defines functions torch_rep

#' @export
torch_rep<-function(x,
                    dim)
{
  tmp = torch_ones(dim)
  return(tmp*x)
}
adsb85/lqp documentation built on April 9, 2022, 12:35 a.m.