Home
last modified time | relevance | path

Searched defs:has_bias (Results 1 – 25 of 31) sorted by relevance

12

/external/ComputeLibrary/tests/validation/CL/
DIm2Col.cpp65 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/
DWeightsReshapeFixture.h52 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()
DDirectConvolution3DFixture.h86bool 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/
DClIm2ColKernel.cpp62 …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/
DCpuIm2ColKernel.cpp55 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()
DCpuDirectConv2dOutputStageKernel.cpp99 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
DCpuWeightsReshapeKernel.cpp39 TensorShape get_output_shape(const ITensorInfo *src, bool has_bias) in get_output_shape()
DCpuGemmLowpOffsetContributionOutputStageKernel.cpp313 …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/
DIm2Col.cpp39 …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()
DWeightsReshape.cpp43 const bool has_bias = biases.size() > 0; in weights_reshape() local
/external/XNNPACK/test/
Dconvolution-test-helpers.cc15 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()
Dfully-connected-operator-tester.h122 inline FullyConnectedOperatorTester& has_bias(bool has_bias) { in has_bias() function
127 inline bool has_bias() const { in has_bias() function
Ddeconvolution-operator-tester.h412 inline DeconvolutionOperatorTester& has_bias(bool has_bias) { in has_bias() function
417 inline bool has_bias() const { in has_bias() function
Dconvolution-operator-tester.h498 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/
DFusedConvolutionBatchNormalizationWithPostOpsFunction.h85 const bool has_bias = (bias != nullptr); variable
DFusedDepthwiseConvolutionBatchNormalizationFunction.h81 const bool has_bias = (bias != nullptr); in configure() local
DFusedConvolutionBatchNormalizationFunction.h83 const bool has_bias = (bias != nullptr); in configure() local
/external/ComputeLibrary/tests/validation/NEON/
DIm2Col.cpp152 const bool has_bias = false; in TEST_SUITE() local
/external/ComputeLibrary/src/graph/
DGraphBuilder.cpp230 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/
Dtranspose_conv_2d_builder.cc124 const bool has_bias = inputs->size == 4; in PopulateSubGraph() local
/external/ComputeLibrary/src/graph/mutators/
DGroupedConvolutionMutator.cpp48 bool has_bias = (bias != EmptyNodeID); in create_grouped_convolution() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_conv_ops.cc2214 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/
Dconv.cc338 bool has_bias = node->inputs->size == 3; in Prepare() local
1157 bool has_bias = node->inputs->size == 3; in EvalImpl() local
Ddepthwise_conv.cc101 bool has_bias = NumInputs(node) == 3; in Prepare() local
Dtranspose_conv.cc244 bool has_bias = NumInputs(node) == 4; in Prepare() local

12