39 float data[] = {5, 6, 7, 8};
44 auto data2 = std::make_shared<std::vector<float>>(4);
46 for (
auto &
v : *data2) {
static const double x2[5]
static const double x3[11]
RTensor is a container with contiguous memory and shape information.
RTensor< Value_t, Container_t > Reshape(const Shape_t &shape) const
Reshape tensor.
RooCmdArg Slice(const RooArgSet &sliceSet)