pub fn rctensor2<A, T>(xs: &[T]) -> Arc<Tensor>
where A: Datum, T: FixedInitializer<Elem = A> + Clone,