Home
last modified time | relevance | path

Searched defs:interleave_by (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/tests/validation/fixtures/
DConvolutionLayerFixture.h435 const int interleave_by = arm_compute::interleave_by(weight_format); in prepare_weights() local
462 const int interleave_by = arm_compute::interleave_by(weight_format); in rearrange_data() local
/external/ComputeLibrary/arm_compute/core/
DTypes.h2057 inline int interleave_by(const WeightFormat wf) in interleave_by() function