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

Method TensorListViewBase

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

Source from the content-addressed store, hash-verified

382
383 protected:
384 TensorListViewBase() = default;
385 TensorListViewBase(const TensorListViewBase &) = default;
386 TensorListViewBase(TensorListViewBase &&other) = default;
387 TensorListViewBase &operator=(const TensorListViewBase &) = default;

Callers

nothing calls this directly

Calls 2

num_samplesMethod · 0.95
calculate_pointersFunction · 0.85

Tested by

no test coverage detected