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

Method max_num_values

arm_compute/core/IArray.h:56–59  ·  view source on GitHub ↗

Maximum number of values which can be stored in this array * * @return Maximum number of values */

Source from the content-addressed store, hash-verified

54 * @return Maximum number of values
55 */
56 size_t max_num_values() const
57 {
58 return _max_size;
59 }
60 /** Default virtual destructor */
61 virtual ~IArray() = default;
62 /** Number of values currently stored in the array

Callers 2

do_mapMethod · 0.80
TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected