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

Method sample_dim

include/dali/core/tensor_view.h:274–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 return shape.num_elements();
273 }
274 int sample_dim() const { return shape.sample_dim(); }
275
276 void resize(int num_samples) {
277 shape.resize(num_samples);

Callers 1

flattenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected