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

Method begin

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

Source from the content-addressed store, hash-verified

108
109 DALI_NO_EXEC_CHECK
110 DALI_HOST_DEV iterator begin() noexcept { return shape.begin(); }
111 DALI_NO_EXEC_CHECK
112 DALI_HOST_DEV iterator end() noexcept { return shape.end(); }
113 DALI_NO_EXEC_CHECK

Callers 5

TensorShapeMethod · 0.45
appendMethod · 0.45
collapse_dimsFunction · 0.45
unfold_outer_dimFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected