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

Method size

arm_compute/runtime/IMemoryRegion.h:76–79  ·  view source on GitHub ↗

Memory region size accessor * * @return Memory region size */

Source from the content-addressed store, hash-verified

74 * @return Memory region size
75 */
76 size_t size() const
77 {
78 return _size;
79 }
80 /** Sets size of region
81 *
82 * @warning This should only be used in correlation with handle

Callers 15

TensorDescriptorMethod · 0.45
operator==Method · 0.45
addMethod · 0.45
PriorBoxLayerInfoMethod · 0.45
operator==Function · 0.45
collapseMethod · 0.45
sort_indicesFunction · 0.45
endswithFunction · 0.45
compute_prior_box_shapeFunction · 0.45
compute_padded_shapeFunction · 0.45
compute_tiled_shapeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected