MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / dimensions

Method dimensions

include/CL/opencl.hpp:5633–5636  ·  view source on GitHub ↗

\brief Queries the number of dimensions in the range.

Source from the content-addressed store, hash-verified

5631
5632 //! \brief Queries the number of dimensions in the range.
5633 size_type dimensions() const
5634 {
5635 return dimensions_;
5636 }
5637
5638 //! \brief Returns the size of the object in bytes based on the
5639 // runtime number of dimensions

Callers 4

is_same_lwsFunction · 0.80
enqueueMethod · 0.80
enqueueNDRangeKernelMethod · 0.80
commandNDRangeKernelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected