Home
last modified time | relevance | path

Searched refs:compute_reference (Results 1 – 25 of 101) sorted by relevance

12345

/external/ComputeLibrary/tests/validation/fixtures/
DSliceOperationsFixtures.h52 _reference = compute_reference(shape, starts, ends, data_type); in setup()
92 …SimpleTensor<T> compute_reference(const TensorShape &shape, const Coordinates &starts, const Coord… in compute_reference() function
118 …_reference = compute_reference(shape, starts, ends, strides, begin_mask, end_mask, shrink_mask, da… in setup()
161 SimpleTensor<T> compute_reference(const TensorShape &shape, in compute_reference() function
DLogicalFixture.h86 Parent::_reference = compute_reference(shape0, shape1); in setup()
110 SimpleTensor<T> compute_reference(const TensorShape &shape0, const TensorShape &shape1) in compute_reference() function
142 Parent::_reference = compute_reference(shape, data_type); in setup()
164 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DGEMMLowpFixture.h238 _reference = compute_reference(shape_a, shape_b, shape_output, a_offset, b_offset); in setup()
248 …SimpleTensor<int32_t> compute_reference(const TensorShape &shape_a, const TensorShape &shape_b, co… in compute_reference() function
282 …_reference = compute_reference(shape_a, shape_b, shape_output, a_offset, 0, output_stage, data_typ… in setup()
287 …_reference = compute_reference(shape_a, shape_b, shape_output, a_offset, b_offset, output_stage, d… in setup()
301 …SimpleTensor<TI> compute_reference(const TensorShape &shape_a, const TensorShape &shape_b, const T… in compute_reference() function
351 …_reference = compute_reference(shape, result_offset, result_mult_int, result_shift, min, max, add_… in setup()
414 …SimpleTensor<uint8_t> compute_reference(const TensorShape &shape, int32_t result_offset, int32_t r… in compute_reference() function
453 …_reference = compute_reference(shape, result_offset, result_mult_int, result_shift, min, max, add_… in setup()
516 …SimpleTensor<int8_t> compute_reference(const TensorShape &shape, int32_t result_offset, int32_t re… in compute_reference() function
555 …_reference = compute_reference(shape, result_fixedpoint_multiplier, result_shift, result_offset_af… in setup()
[all …]
DFillFixture.h49 _reference = compute_reference(input_shape, data_type); in setup()
75 SimpleTensor<T> compute_reference(const TensorShape &input_shape, DataType data_type) in compute_reference() function
DSplitFixture.h54 _reference = compute_reference(shape, axis, splits, data_type); in setup()
109 …std::vector<SimpleTensor<T>> compute_reference(const TensorShape &shape, unsigned int axis, unsign… in compute_reference() function
156 _reference = compute_reference(shape, axis, split_shapes, data_type); in setup()
218 …std::vector<SimpleTensor<T>> compute_reference(TensorShape shape, unsigned int axis, std::vector<T… in compute_reference() function
DTransposeFixture.h51 _reference = compute_reference(shape, data_type); in setup()
93 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DFloorFixture.h51 _reference = compute_reference(shape, data_type); in setup()
90 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DBitwiseNotFixture.h50 _reference = compute_reference(shape, data_type); in setup()
89 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DWinogradConvolutionLayerFixture.h66 …_reference = compute_reference(input_shape, weights_shape, bias_shape, info, data_type, act_inf… in setup()
166 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &weights_shape… in compute_reference() function
252 … _reference = compute_reference(input_shape, output_shape, winograd_info, data_type); in setup()
338 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &output_shape,… in compute_reference() function
366 _reference = compute_reference(input_shape, output_shape, winograd_info, data_type); in setup()
453 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &output_shape,… in compute_reference() function
477 _reference = compute_reference(input_shape, winograd_info, data_type, act_info);
566 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, WinogradInfo winograd_info, Data… in compute_reference() function
DTileFixture.h51 _reference = compute_reference(shape, data_type, multiples); in setup()
89 …SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type, const Multiples &m… in compute_reference() function
DChannelShuffleLayerFixture.h52 _reference = compute_reference(shape, data_type, num_groups); in setup()
97 …SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type, unsigned int num_g… in compute_reference() function
DCopyFixture.h50 _reference = compute_reference(input_shape, output_shape, data_type); in setup()
94 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &output_shape,… in compute_reference() function
DPermuteFixture.h52 _reference = compute_reference(input_shape, data_type, perm); in setup()
95 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, DataType data_type, PermutationV… in compute_reference() function
DReshapeLayerFixture.h51 _reference = compute_reference(input_shape, output_shape, data_type); in setup()
94 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &output_shape,… in compute_reference() function
DReorgLayerFixture.h50 _reference = compute_reference(input_shape, stride, data_type); in setup()
96 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, int32_t stride, DataType data_ty… in compute_reference() function
DBitwiseAndFixture.h50 _reference = compute_reference(shape, data_type); in setup()
94 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DBitwiseOrFixture.h50 _reference = compute_reference(shape, data_type); in setup()
94 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DBitwiseXorFixture.h50 _reference = compute_reference(shape, data_type); in setup()
94 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DFFTFixture.h54 _reference = compute_reference(shape, data_type); in setup()
112 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
146 …_reference = compute_reference(input_shape, weights_shape, bias_shape, output_shape, info, dilatio…
244 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &weights_shape… in compute_reference() function
DIndirectConv2dAddressPrecalculationFixture.h80 _reference = compute_reference(shape_conv_src, shape_conv_wei, data_type, conv_info, desc); in setup()
108 …SimpleTensor<int32_t> compute_reference(TensorShape shape_conv_src, TensorShape shape_conv_wei, Da… in compute_reference() function
DFlattenLayerFixture.h61 _reference = compute_reference(shape, shape_flatten, data_type); in setup()
105 …SimpleTensor<T> compute_reference(const TensorShape &shape, const TensorShape &shape_flatten, Data… in compute_reference() function
DPriorBoxLayerFixture.h56 _reference = compute_reference(input_shape, output_shape, info, data_type); in setup()
95 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &output_shape,… in compute_reference() function
DCol2ImFixture.h59 _reference = compute_reference(input_shape, output_shape, num_groups, data_type); in setup()
103 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &output_shape,… in compute_reference() function
DMeanStdDevNormalizationLayerFixture.h53 _reference = compute_reference(shape, dt, epsilon, qi);
113 …SimpleTensor<T> compute_reference(const TensorShape &shape, DataType dt, float epsilon, Quantizati… in compute_reference() function
/external/ComputeLibrary/tests/validation/fixtures/UNIT/
DMemoryManagerFixture.h60 _reference = compute_reference(); in setup()
120 SimpleTensor<T> compute_reference() in compute_reference() function
163 _reference = compute_reference(); in setup()
256 SimpleTensor<T> compute_reference() in compute_reference() function
301 _reference = compute_reference(); in setup()
387 SimpleTensor<T> compute_reference() in compute_reference() function

12345