| /external/ComputeLibrary/tests/validation/CL/ |
| D | Im2Col.cpp | 65 const bool has_bias = false; in TEST_CASE() local 75 const bool has_bias = true; in TEST_CASE() local 86 const bool has_bias = false; in TEST_CASE() local 97 const bool has_bias = false; in TEST_CASE() local 109 const bool has_bias = false; in TEST_CASE() local 120 const bool has_bias = false; in TEST_CASE() local 130 const bool has_bias = false; in TEST_CASE() local
|
| /external/ComputeLibrary/tests/validation/fixtures/ |
| D | WeightsReshapeFixture.h | 52 void setup(TensorShape input_shape, DataType data_type, bool has_bias, unsigned int num_groups) in setup() 67 …t(const TensorShape &input_shape, const TensorShape &output_shape, const bool has_bias, const unsi… in compute_target() 118 …e(const TensorShape &input_shape, const TensorShape &output_shape, const bool has_bias, const unsi… in compute_reference()
|
| D | DirectConvolution3DFixture.h | 86 …bool has_bias, const DataType &data_type, const DataType &bias_data_type, const DataLayout &data_l… in compute_target() 131 …const Conv3dInfo &conv3d_info, bool has_bias, const DataType &data_type, const DataType &bias_data… in compute_reference() 162 …unsigned int num_kernels, bool has_bias, ActivationLayerInfo act_info, DataType data_type, DataLay… in setup() 175 …unsigned int num_kernels, bool has_bias, ActivationLayerInfo act_info, DataType data_type, DataLay… in setup()
|
| /external/ComputeLibrary/src/gpu/cl/kernels/ |
| D | ClIm2ColKernel.cpp | 62 …Info *dst, const Size2D &kernel_dims, const PadStrideInfo &conv_info, bool has_bias, const Size2D … in validate_arguments() 95 …Info *dst, const Size2D &kernel_dims, const PadStrideInfo &conv_info, bool has_bias, const Size2D … in validate_and_configure_window() 148 …Info *src, const Size2D &kernel_dims, const PadStrideInfo &conv_info, bool has_bias, const Size2D … in configure_opencl_kernel() 304 …o *src, ITensorInfo *dst, const Size2D &kernel_dims, const PadStrideInfo &conv_info, bool has_bias, in configure() 355 …Info *dst, const Size2D &kernel_dims, const PadStrideInfo &conv_info, bool has_bias, const Size2D … in validate()
|
| /external/ComputeLibrary/src/cpu/kernels/ |
| D | CpuIm2ColKernel.cpp | 55 bool has_bias, const Size2D &dilation, unsigned int num_groups) in validate_arguments() 85 bool has_bias, in linearize_volume_nchw() 183 bool has_bias, in linearize_volume_nhwc() 335 bool has_bias, const Size2D &dilation, unsigned int num_groups) in configure() 426 bool has_bias, const Size2D &dilation, unsigned int num_groups) in validate()
|
| D | CpuDirectConv2dOutputStageKernel.cpp | 99 const bool has_bias = bias != nullptr; in output_stage_nchw() local 161 const bool has_bias = bias != nullptr; in output_stage_nhwc() local 227 const bool has_bias = bias != nullptr; in output_stage_nchw() local 307 const bool has_bias = bias != nullptr; in output_stage_nhwc() local
|
| D | CpuWeightsReshapeKernel.cpp | 39 TensorShape get_output_shape(const ITensorInfo *src, bool has_bias) in get_output_shape()
|
| D | CpuGemmLowpOffsetContributionOutputStageKernel.cpp | 313 …ndow_start_x, int window_end_x, bool has_a_offset, bool has_b_offset, bool has_bias, bool is_bound… in run_offset_contribution_output_stage_window() 404 …ndow_step_x, int window_start_x, int window_end_x, bool has_a_offset, bool has_bias, bool is_bound… in run_offset_contribution_output_stage_window_symm()
|
| /external/ComputeLibrary/tests/validation/reference/ |
| D | Im2Col.cpp | 39 …r<T> &dst, const Size2D &kernel_dims, const PadStrideInfo &conv_info, bool has_bias, unsigned int … in im2col_nchw() 93 …rc, SimpleTensor<T> &dst, const Size2D &kernel_dims, const PadStrideInfo &conv_info, bool has_bias) in im2col_nhwc() 144 …r<T> &dst, const Size2D &kernel_dims, const PadStrideInfo &conv_info, bool has_bias, unsigned int … in im2col()
|
| D | WeightsReshape.cpp | 43 const bool has_bias = biases.size() > 0; in weights_reshape() local
|
| /external/XNNPACK/test/ |
| D | convolution-test-helpers.cc | 15 void compute_convolution_qs8_reference_results( in compute_convolution_qs8_reference_results() 108 bool has_bias, in compute_convolution_qs8_reference_results() 139 void compute_convolution_qu8_reference_results( in compute_convolution_qu8_reference_results() 209 void compute_convolution_qu8_reference_results( in compute_convolution_qu8_reference_results() 288 bool has_bias, in compute_depthwise_convolution_qs8_reference_results() 352 bool has_bias, in compute_depthwise_convolution_qs8_reference_results() 382 void compute_depthwise_convolution_qu8_reference_results( in compute_depthwise_convolution_qu8_reference_results() 471 bool has_bias, in compute_depthwise_convolution_qu8_reference_results()
|
| D | fully-connected-operator-tester.h | 122 inline FullyConnectedOperatorTester& has_bias(bool has_bias) { in has_bias() function 127 inline bool has_bias() const { in has_bias() function
|
| D | deconvolution-operator-tester.h | 412 inline DeconvolutionOperatorTester& has_bias(bool has_bias) { in has_bias() function 417 inline bool has_bias() const { in has_bias() function
|
| D | convolution-operator-tester.h | 498 inline ConvolutionOperatorTester& has_bias(bool has_bias) { in has_bias() function 503 inline bool has_bias() const { in has_bias() function
|
| /external/ComputeLibrary/arm_compute/graph/backends/ |
| D | FusedConvolutionBatchNormalizationWithPostOpsFunction.h | 85 const bool has_bias = (bias != nullptr); variable
|
| D | FusedDepthwiseConvolutionBatchNormalizationFunction.h | 81 const bool has_bias = (bias != nullptr); in configure() local
|
| D | FusedConvolutionBatchNormalizationFunction.h | 83 const bool has_bias = (bias != nullptr); in configure() local
|
| /external/ComputeLibrary/tests/validation/NEON/ |
| D | Im2Col.cpp | 152 const bool has_bias = false; in TEST_SUITE() local
|
| /external/ComputeLibrary/src/graph/ |
| D | GraphBuilder.cpp | 230 bool has_bias = (bias_accessor != nullptr); in add_convolution_node() local 285 bool has_bias = (bias_accessor != nullptr); in add_deconvolution_node() local 339 bool has_bias = (bias_accessor != nullptr); in add_depthwise_convolution_node() local 476 const bool has_bias = (bias_nid != EmptyNodeID); in add_fully_connected_layer() local 503 bool has_bias = (bias_accessor != nullptr); in add_fully_connected_layer() local
|
| /external/tensorflow/tensorflow/lite/delegates/hexagon/builders/ |
| D | transpose_conv_2d_builder.cc | 124 const bool has_bias = inputs->size == 4; in PopulateSubGraph() local
|
| /external/ComputeLibrary/src/graph/mutators/ |
| D | GroupedConvolutionMutator.cpp | 48 bool has_bias = (bias != EmptyNodeID); in create_grouped_convolution() local
|
| /external/tensorflow/tensorflow/core/kernels/mkl/ |
| D | mkl_conv_ops.cc | 2214 accu_type, has_bias, is_depthwise, is_native) \ argument 2225 output_type, accu_type, has_bias, \ argument 2233 output_type, accu_type, has_bias, \ argument 2241 op, kernel, output_type, accu_type, has_bias, is_depthwise, is_native) \ argument 2251 accu_type, has_bias, is_depthwise, is_native) argument 2300 accu_type, has_bias, is_depthwise, is_native) \ argument
|
| /external/tensorflow/tensorflow/lite/kernels/ |
| D | conv.cc | 338 bool has_bias = node->inputs->size == 3; in Prepare() local 1157 bool has_bias = node->inputs->size == 3; in EvalImpl() local
|
| D | depthwise_conv.cc | 101 bool has_bias = NumInputs(node) == 3; in Prepare() local
|
| D | transpose_conv.cc | 244 bool has_bias = NumInputs(node) == 4; in Prepare() local
|