Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuGemmConv2d.cpp102 …bool enable_fast_math, int gemm_3d_depth, bool fixed_format, arm_compute::WeightFormat weight_form… in configure_mm()
182 …t_info, bool enable_fast_math, int gemm_3d_depth, bool skip_im2col, bool fixed_format, arm_compute… in validate_mm()
363 …const bool fixed_format = weights_info.weight_format() != arm_compute::WeightFormat::UNSP… in configure() local
415 …const bool fixed_format = weights_info.weight_format() != arm_compute::WeightFormat::UNSP… in has_opt_impl() local
535 … const bool fixed_format = weights_info.weight_format() != arm_compute::WeightFormat::UNSPECIFIED; in validate() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h2571 bool fixed_format() const in fixed_format() function
2580 void set_fixed_format(bool fixed_format) in set_fixed_format()