Home
last modified time | relevance | path

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

12345

/external/ComputeLibrary/tests/validation/fixtures/UNIT/
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
/external/ComputeLibrary/tests/validation/fixtures/
DGEMMLowpFixture.h196 …SimpleTensor<int32_t> compute_reference(const TensorShape &shape_a, const TensorShape &shape_b, co… in compute_reference() function
247 …SimpleTensor<TI> compute_reference(const TensorShape &shape_a, const TensorShape &shape_b, const T… in compute_reference() function
346 …SimpleTensor<uint8_t> compute_reference(const TensorShape &shape, int32_t result_offset, int32_t r… in compute_reference() function
448 …SimpleTensor<int8_t> compute_reference(const TensorShape &shape, int32_t result_offset, int32_t re… in compute_reference() function
542 …SimpleTensor<int8_t> compute_reference(const TensorShape &shape, int32_t result_fixed_point_multip… in compute_reference() function
637 …SimpleTensor<uint8_t> compute_reference(const TensorShape &shape, int32_t result_fixed_point_multi… in compute_reference() function
742 …SimpleTensor<T> compute_reference(const TensorShape &shape, float_t result_real_multiplier, int32_… in compute_reference() function
835 …SimpleTensor<int16_t> compute_reference(const TensorShape &shape, int32_t result_fixed_point_multi… in compute_reference() function
972 …SimpleTensor<int32_t> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape… in compute_reference() function
1122 …SimpleTensor<int32_t> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape… in compute_reference() function
[all …]
DWinogradConvolutionLayerFixture.h129 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &weights_shape… in compute_reference() function
246 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &weights_shape… in compute_reference() function
387 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &output_shape,… in compute_reference() function
469 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &output_shape,… in compute_reference() function
550 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, WinogradInfo winograd_info, Data… in compute_reference() function
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
DSliceOperationsFixtures.h93 …SimpleTensor<T> compute_reference(const TensorShape &shape, const Coordinates &starts, const Coord… in compute_reference() function
162 SimpleTensor<T> compute_reference(const TensorShape &shape, in compute_reference() function
DFFTFixture.h95 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
198 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &weights_shape… in compute_reference() function
DSplitFixture.h110 …std::vector<SimpleTensor<T>> compute_reference(const TensorShape &shape, unsigned int axis, unsign… in compute_reference() function
219 …std::vector<SimpleTensor<T>> compute_reference(TensorShape shape, unsigned int axis, std::vector<T… in compute_reference() function
DFillFixture.h75 SimpleTensor<T> compute_reference(const TensorShape &input_shape, DataType data_type) in compute_reference() function
DIntegralImageFixture.h89 SimpleTensor<uint32_t> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DFloorFixture.h90 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DBitwiseNotFixture.h89 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DTransposeFixture.h93 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DEqualizeHistogramFixture.h89 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DGEMMFixture.h128 …SimpleTensor<T> compute_reference(const TensorShape &shape_a, const TensorShape &shape_b, const Te… in compute_reference() function
248 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
361 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
500 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
639 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
798 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
963 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
1120 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
1276 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
1403 …SimpleTensor<T> compute_reference(const TensorShape &lhs_shape, const TensorShape &rhs_shape, Data… in compute_reference() function
[all …]
DMeanStdDevFixture.h92 std::pair<float, float> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DBitwiseOrFixture.h94 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DBitwiseXorFixture.h94 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DBitwiseAndFixture.h94 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DMinMaxLocationFixture.h105 MinMaxLocationValues<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DFlattenLayerFixture.h102 …SimpleTensor<T> compute_reference(const TensorShape &shape, const TensorShape &shape_flatten, Data… in compute_reference() function
DMeanStdDevNormalizationLayerFixture.h106 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType dt, float epsilon) in compute_reference() function
DTileFixture.h89 …SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type, const Multiples &m… in compute_reference() function
DTableLookupFixture.h99 SimpleTensor<T> compute_reference(const TensorShape &shape, DataType data_type) in compute_reference() function
DReshapeLayerFixture.h94 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &output_shape,… in compute_reference() function
DCopyFixture.h94 …SimpleTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &output_shape,… in compute_reference() function

12345