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

Method element_size

tests/SimpleTensor.h:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328
329template <typename T>
330size_t SimpleTensor<T>::element_size() const
331{
332 return num_channels() * element_size_from_data_type(data_type());
333}
334
335template <typename T>
336QuantizationInfo SimpleTensor<T>::quantization_info() const

Callers 15

fill_imageMethod · 0.45
fillMethod · 0.45
fill_tensorMethod · 0.45
save_to_ppmFunction · 0.45
load_trained_dataFunction · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45

Calls 2

data_typeFunction · 0.85

Tested by

no test coverage detected