Lines Matching refs:has_bias
491 inline ConvolutionOperatorTester& has_bias(bool has_bias) { in has_bias() argument
492 this->has_bias_ = has_bias; in has_bias()
496 inline bool has_bias() const { in has_bias() function
533 if (has_bias()) { in TestNHWCxQS8()
631 kernel.data(), has_bias() ? bias.data() : nullptr, in TestNHWCxQS8()
701 if (has_bias()) { in TestNHWCxQU8()
800 kernel.data(), has_bias() ? bias.data() : nullptr, in TestNHWCxQU8()
865 if (has_bias()) { in TestNHWCxF32()
959 kernel.data(), has_bias() ? bias.data() : nullptr, in TestNHWCxF32()
1025 if (has_bias()) { in TestNHWCxF16()
1121 kernel.data(), has_bias() ? bias.data() : nullptr, in TestNHWCxF16()
1191 if (has_bias()) { in TestNCHWxF32()
1312 kernel.data(), has_bias() ? bias.data() : nullptr, in TestNCHWxF32()
1389 if (has_bias()) { in TestSetupNHWCxQS8()
1458 kernel.data(), has_bias() ? bias.data() : nullptr, in TestSetupNHWCxQS8()
1506 if (has_bias()) { in TestSetupNHWCxQS8()
1617 if (has_bias()) { in TestSetupNHWCxQU8()
1687 kernel.data(), has_bias() ? bias.data() : nullptr, in TestSetupNHWCxQU8()
1735 if (has_bias()) { in TestSetupNHWCxQU8()
1841 if (has_bias()) { in TestSetupNHWCxF16()
1907 kernel.data(), has_bias() ? bias.data() : nullptr, in TestSetupNHWCxF16()
1952 if (has_bias()) { in TestSetupNHWCxF16()
2053 if (has_bias()) { in TestSetupNHWCxF32()
2118 kernel.data(), has_bias() ? bias.data() : nullptr, in TestSetupNHWCxF32()
2166 if (has_bias()) { in TestSetupNHWCxF32()