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

Method size

include/CL/opencl.hpp:5640–5643  ·  view source on GitHub ↗

\brief Returns the size of the object in bytes based on the runtime number of dimensions

Source from the content-addressed store, hash-verified

5638 //! \brief Returns the size of the object in bytes based on the
5639 // runtime number of dimensions
5640 size_type size() const
5641 {
5642 return dimensions_*sizeof(size_type);
5643 }
5644
5645 size_type* get()
5646 {

Callers 15

getInfoHelperFunction · 0.45
createSubDevicesMethod · 0.45
getDevicesMethod · 0.45
getMethod · 0.45
ContextMethod · 0.45
waitForEventsMethod · 0.45
WaitForEventsFunction · 0.45
BufferD3D10Method · 0.45
getSubGroupInfoMethod · 0.45
setSVMPointersMethod · 0.45
ProgramMethod · 0.45
buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected