Home
last modified time | relevance | path

Searched defs:compute_reference (Results 1 – 25 of 99) sorted by relevance

1234

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DGEMMLowpFixture.h248 …SimpleTensor<int32_t> compute_reference(const TensorShape &shape_a, const TensorShape &shape_b, co… in compute_reference() function
301 …SimpleTensor<TI> compute_reference(const TensorShape &shape_a, const TensorShape &shape_b, const T… in compute_reference() function
414 …SimpleTensor<uint8_t> compute_reference(const TensorShape &shape, int32_t result_offset, int32_t r… in compute_reference() function
516 …SimpleTensor<int8_t> compute_reference(const TensorShape &shape, int32_t result_offset, int32_t re… in compute_reference() function
610 …SimpleTensor<int8_t> compute_reference(const TensorShape &shape, int32_t result_fixed_point_multip… in compute_reference() function
705 …SimpleTensor<uint8_t> compute_reference(const TensorShape &shape, int32_t result_fixed_point_multi… in compute_reference() function
810 …SimpleTensor<T> compute_reference(const TensorShape &shape, float_t result_real_multiplier, int32_… in compute_reference() function
903 …SimpleTensor<int16_t> compute_reference(const TensorShape &shape, int32_t result_fixed_point_multi… in compute_reference() function
1045 …SimpleTensor<int32_t> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape… in compute_reference() function
1200 …SimpleTensor<int32_t> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape… in compute_reference() function
[all …]
H A DGEMMFixture.h151 …SimpleTensor<T> compute_reference(const TensorShape &shape_a, const TensorShape &shape_b, const Te… in compute_reference() function
316 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
439 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
594 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
749 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
924 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
1157 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
1362 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
1534 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
1747 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
[all …]
H A DWinogradConvolutionLayerFixture.h166 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &weights_shape… in compute_reference() function
338 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &output_shape,… in compute_reference() function
453 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &output_shape,… in compute_reference() function
566 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, WinogradInfo winograd_info, Data… in compute_reference() function
H A DDepthwiseConvolutionLayerFixture.h179 void compute_reference() in compute_reference() function
391 void compute_reference() in compute_reference() function
573 void compute_reference() in compute_reference() function
H A DLogicalFixture.h110 SimpleTensor<T> compute_reference(const TensorShape &shape0, const TensorShape &shape1) in compute_reference() function
164 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
H A DAddMulAddFixture.h152 …void compute_reference(const TensorShape &shape, DataType data_type, ActivationLayerInfo &act_info) in compute_reference() function
219 …void compute_reference(const TensorShape &shape, DataType data_type, ActivationLayerInfo &act_info) in compute_reference() function
H A DFFTFixture.h112 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
244 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &weights_shape… in compute_reference() function
H A DSliceOperationsFixtures.h92 …SimpleTensor<T> compute_reference(const TensorShape &shape, const Coordinates &starts, const Coord… in compute_reference() function
161 SimpleTensor<T> compute_reference(const TensorShape &shape, in compute_reference() function
H A DSplitFixture.h109 …std::vector<SimpleTensor<T>> compute_reference(const TensorShape &shape, unsigned int axis, unsign… in compute_reference() function
218 …std::vector<SimpleTensor<T>> compute_reference(TensorShape shape, unsigned int axis, std::vector<T… in compute_reference() function
H A DFillFixture.h75 SimpleTensor<T> compute_reference(const TensorShape &input_shape, DataType data_type) in compute_reference() function
H A DFloorFixture.h90 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
H A DBitwiseNotFixture.h89 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
H A DTransposeFixture.h93 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
H A DBitwiseAndFixture.h94 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
H A DBitwiseOrFixture.h94 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
H A DBitwiseXorFixture.h94 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
H A DTileFixture.h89 …SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type, const Multiples &m… in compute_reference() function
H A DReshapeLayerFixture.h94 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &output_shape,… in compute_reference() function
H A DPermuteFixture.h95 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, DataType data_type, PermutationV… in compute_reference() function
H A DMeanStdDevNormalizationLayerFixture.h113 …SimpleTensor<T> compute_reference(const TensorShape &shape, DataType dt, float epsilon, Quantizati… in compute_reference() function
H A DGEMMTranspose1xWFixture.h115 SimpleTensor<T> compute_reference(const TensorShape &shape_a, DataType data_type) in compute_reference() function
H A DGEMMInterleave4x4Fixture.h113 …SimpleTensor<T> compute_reference(const TensorShape &shape_a, const TensorShape &shape_b, DataType… in compute_reference() function
H A DFlattenLayerFixture.h105 …SimpleTensor<T> compute_reference(const TensorShape &shape, const TensorShape &shape_flatten, Data… in compute_reference() function
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/UNIT/
H A DMemoryManagerFixture.h120 SimpleTensor<T> compute_reference() in compute_reference() function
256 SimpleTensor<T> compute_reference() in compute_reference() function
387 SimpleTensor<T> compute_reference() in compute_reference() function
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/gpu/cl/
H A DDirectConv2dFixture.h169 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &weights_shape… in compute_reference() function
320 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &weights_shape… in compute_reference() function

1234