Searched refs:max_consecutive_elements_display_width (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/core/ |
H A D | ITensor.cpp | 140 …max_element_width = std::max<int>(max_element_width, max_consecutive_elements_display_width(s, dt,… in print()
|
H A D | Utils.cpp | 655 int max_consecutive_elements_display_width(std::ostream &s, DataType dt, const uint8_t *ptr, unsign… in max_consecutive_elements_display_width() function
|
/aosp_15_r20/external/ComputeLibrary/tests/ |
H A D | SimpleTensorPrinter.h | 109 …max_element_width = std::max<int>(max_element_width, max_consecutive_elements_display_width(os, dt…
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/ |
H A D | Utils.h | 1391 int max_consecutive_elements_display_width(std::ostream &s, DataType dt, const uint8_t *ptr, unsign…
|