Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/fixtures/
DConvolutionLayerFixture.h436 const int block_by = arm_compute::block_by(weight_format); in prepare_weights() local
463 const int block_by = arm_compute::block_by(weight_format); in rearrange_data() local
/external/ComputeLibrary/arm_compute/core/
DTypes.h2061 inline int block_by(const WeightFormat wf) in block_by() function