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

Method end

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

Source from the content-addressed store, hash-verified

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
114 DALI_HOST_DEV const_iterator begin() const noexcept { return shape.begin(); }
115 DALI_NO_EXEC_CHECK

Callers 3

TensorShapeMethod · 0.45
appendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected