MCPcopy Create free account
hub / github.com/NVIDIA/DALI / data

Method data

include/dali/core/tensor_shape.h:660–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658 std::vector<int64_t> shapes;
659
660 decltype(shapes.data()) data() { return shapes.data(); }
661 constexpr bool empty() const { return size() == 0; }
662 constexpr int size() const { return nsamples; }
663 constexpr int num_samples() const { return size(); }

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected