Home
last modified time | relevance | path

Searched refs:has_bias (Results 1 – 22 of 22) sorted by relevance

/external/XNNPACK/test/
Dfully-connected-nc.cc75 .has_bias(false) in TEST()
144 .has_bias(false) in TEST()
213 .has_bias(false) in TEST()
282 .has_bias(false) in TEST()
Dfully-connected-operator-tester.h113 inline FullyConnectedOperatorTester& has_bias(bool has_bias) { in has_bias() function
114 this->has_bias_ = has_bias; in has_bias()
118 inline bool has_bias() const { in has_bias() function
155 if (has_bias()) { in TestQ8()
211 kernel.data(), has_bias() ? bias.data() : nullptr, in TestQ8()
265 if (has_bias()) { in TestF32()
314 kernel.data(), has_bias() ? bias.data() : nullptr, in TestF32()
Dconvolution-nhwc.cc70 .has_bias(false)
151 .has_bias(false) in TEST()
310 .has_bias(false)
430 .has_bias(false) in TEST()
586 .has_bias(false) in TEST()
730 .has_bias(false)
764 .has_bias(false)
802 .has_bias(false)
1195 .has_bias(false)
1276 .has_bias(false) in TEST()
[all …]
Dconvolution-nchw.cc119 .has_bias(false)
271 .has_bias(false) in TEST()
376 .has_bias(false)
503 .has_bias(false) in TEST()
604 .has_bias(false) in TEST()
732 .has_bias(false) in TEST()
837 .has_bias(false) in TEST()
975 .has_bias(false) in TEST()
1074 .has_bias(false) in TEST()
1202 .has_bias(false) in TEST()
[all …]
Ddeconvolution-operator-tester.h412 inline DeconvolutionOperatorTester& has_bias(bool has_bias) { in has_bias() function
413 this->has_bias_ = has_bias; in has_bias()
417 inline bool has_bias() const { in has_bias() function
454 if (has_bias()) { in TestQ8()
527 kernel.data(), has_bias() ? bias.data() : nullptr, in TestQ8()
588 if (has_bias()) { in TestF32()
656 kernel.data(), has_bias() ? bias.data() : nullptr, in TestF32()
726 if (has_bias()) { in TestSetupQ8()
799 kernel.data(), has_bias() ? bias.data() : nullptr, in TestSetupQ8()
843 if (has_bias()) { in TestSetupQ8()
[all …]
Dconvolution-operator-tester.h518 inline ConvolutionOperatorTester& has_bias(bool has_bias) { in has_bias() function
519 this->has_bias_ = has_bias; in has_bias()
523 inline bool has_bias() const { in has_bias() function
560 if (has_bias()) { in TestNHWCxQ8()
660 kernel.data(), has_bias() ? bias.data() : nullptr, in TestNHWCxQ8()
720 if (has_bias()) { in TestNHWCxF32()
815 kernel.data(), has_bias() ? bias.data() : nullptr, in TestNHWCxF32()
885 if (has_bias()) { in TestNCHWxF32()
978 kernel.data(), has_bias() ? bias.data() : nullptr, in TestNCHWxF32()
1054 if (has_bias()) { in TestSetupNHWCxQ8()
[all …]
Ddeconvolution-nhwc.cc135 .has_bias(false)
269 .has_bias(false) in TEST()
404 .has_bias(false) in TEST()
548 .has_bias(false) in TEST()
838 .has_bias(false)
1146 .has_bias(false) in TEST()
1455 .has_bias(false) in TEST()
1783 .has_bias(false) in TEST()
2105 .has_bias(false)
2399 .has_bias(false) in TEST()
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Dconv.cc295 bool has_bias = node->inputs->size == 3; in Prepare() local
297 TF_LITE_ENSURE(context, has_bias || node->inputs->size == 2); in Prepare()
320 TF_LITE_ENSURE(context, has_bias); in Prepare()
322 if (has_bias) { in Prepare()
383 TF_LITE_ENSURE(context, has_bias); in Prepare()
861 bool has_bias = node->inputs->size == 3; in EvalImpl() local
863 has_bias ? &context->tensors[node->inputs->data[2]] : nullptr; in EvalImpl()
/external/tensorflow/tensorflow/lite/micro/kernels/
Ddepthwise_conv.cc66 bool has_bias = node->inputs->size == 3; in CalculateOpData() local
68 TF_LITE_ENSURE(context, has_bias || node->inputs->size == 2); in CalculateOpData()
Dconv.cc79 bool has_bias = node->inputs->size == 3; in CalculateOpData() local
81 TF_LITE_ENSURE(context, has_bias || node->inputs->size == 2); in CalculateOpData()
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa-hifimini/
Ddepthwise_conv.cc213 bool has_bias = node->inputs->size == 3; in CalculateOpData() local
215 TF_LITE_ENSURE(context, has_bias || node->inputs->size == 2); in CalculateOpData()
Dconv.cc213 bool has_bias = node->inputs->size == 3; in CalculateOpData() local
215 TF_LITE_ENSURE(context, has_bias || node->inputs->size == 2); in CalculateOpData()
/external/tensorflow/tensorflow/lite/micro/kernels/arc/
Dconv.cc79 bool has_bias = node->inputs->size == 3; in CalculateOpData() local
81 TF_LITE_ENSURE(context, has_bias || node->inputs->size == 2); in CalculateOpData()
Ddepthwise_conv.cc64 bool has_bias = node->inputs->size == 3; in CalculateOpData() local
66 TF_LITE_ENSURE(context, has_bias || node->inputs->size == 2); in CalculateOpData()
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis-nn/
Ddepthwise_conv.cc68 bool has_bias = node->inputs->size == 3; in CalculateOpData() local
70 TF_LITE_ENSURE(context, has_bias || node->inputs->size == 2); in CalculateOpData()
Dconv.cc81 bool has_bias = node->inputs->size == 3; in CalculateOpData() local
83 TF_LITE_ENSURE(context, has_bias || node->inputs->size == 2); in CalculateOpData()
/external/tensorflow/tensorflow/lite/micro/kernels/portable_optimized/
Ddepthwise_conv.cc69 bool has_bias = node->inputs->size == 3; in CalculateOpData() local
71 TF_LITE_ENSURE(context, has_bias || node->inputs->size == 2); in CalculateOpData()
/external/tensorflow/tensorflow/lite/toco/
Dexport_tensorflow.cc386 const bool has_bias = src_op.inputs.size() >= 3; in ConvertConvOperator() local
388 if (has_bias) { in ConvertConvOperator()
427 if (has_bias) { in ConvertConvOperator()
454 const bool has_bias = src_op.inputs.size() >= 3; in ConvertDepthwiseConvOperator() local
456 if (has_bias) { in ConvertDepthwiseConvOperator()
518 if (has_bias) { in ConvertDepthwiseConvOperator()
616 const bool has_bias = src_op.inputs.size() >= 3; in ConvertFullyConnectedOperator() local
618 if (has_bias) { in ConvertFullyConnectedOperator()
651 if (has_bias) { in ConvertFullyConnectedOperator()
Dimport_tensorflow.cc1906 bool has_bias = (input_size == 5); in ConvertSvdfOperator() local
1912 if (has_bias) { in ConvertSvdfOperator()
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c2180 bool has_bias = false, has_lod = false, has_proj = false, has_off = false; in emit_tex() local
2200 has_bias = true; in emit_tex()
2241 compile_assert(ctx, !has_bias); in emit_tex()
2379 if (has_off | has_lod | has_bias) { in emit_tex()
2391 if (has_lod | has_bias) in emit_tex()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc1760 const bool has_bias = (op->inputs.size() == 5); in ProcessSvdfOperator() local
1761 if (has_bias) { in ProcessSvdfOperator()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp8655 bool has_bias = false, has_lod = false, level_zero = false, has_compare = false, in visit_tex() local
8683 has_bias = true; in visit_tex()
9083 if (has_bias) in visit_tex()
9142 if (has_bias) in visit_tex()
9148 if (has_bias) in visit_tex()
9155 if (has_bias) in visit_tex()
9165 if (has_bias) in visit_tex()
9177 if (has_bias) in visit_tex()
9183 if (has_bias) in visit_tex()
9191 if (has_bias) in visit_tex()
[all …]