/external/ComputeLibrary/tests/validation/fixtures/ |
D | SliceOperationsFixtures.h | 52 _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
|
D | LogicalFixture.h | 86 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
|
D | GEMMLowpFixture.h | 238 _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 …]
|
D | FillFixture.h | 49 _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
|
D | SplitFixture.h | 54 _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
|
D | TransposeFixture.h | 51 _reference = compute_reference(shape, data_type); in setup() 93 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
|
D | FloorFixture.h | 51 _reference = compute_reference(shape, data_type); in setup() 90 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
|
D | BitwiseNotFixture.h | 50 _reference = compute_reference(shape, data_type); in setup() 89 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
|
D | WinogradConvolutionLayerFixture.h | 66 …_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
|
D | TileFixture.h | 51 _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
|
D | ChannelShuffleLayerFixture.h | 52 _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
|
D | CopyFixture.h | 50 _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
|
D | PermuteFixture.h | 52 _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
|
D | ReshapeLayerFixture.h | 51 _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
|
D | ReorgLayerFixture.h | 50 _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
|
D | BitwiseAndFixture.h | 50 _reference = compute_reference(shape, data_type); in setup() 94 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
|
D | BitwiseOrFixture.h | 50 _reference = compute_reference(shape, data_type); in setup() 94 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
|
D | BitwiseXorFixture.h | 50 _reference = compute_reference(shape, data_type); in setup() 94 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
|
D | FFTFixture.h | 54 _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
|
D | IndirectConv2dAddressPrecalculationFixture.h | 80 _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
|
D | FlattenLayerFixture.h | 61 _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
|
D | PriorBoxLayerFixture.h | 56 _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
|
D | Col2ImFixture.h | 59 _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
|
D | MeanStdDevNormalizationLayerFixture.h | 53 _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/ |
D | MemoryManagerFixture.h | 60 _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
|