/aosp_15_r20/external/armnn/delegate/test/ |
H A D | ElementwiseUnaryTest.cpp | 30 std::vector<float> inputValues variable 49 std::vector<float> inputValues variable 71 std::vector<float> inputValues variable 91 std::vector<float> inputValues variable 111 std::vector<float> inputValues variable 131 std::vector<float> inputValues variable 157 std::vector<float> inputValues variable 177 std::vector<float> inputValues variable 199 std::vector<float> inputValues variable 219 std::vector<float> inputValues variable [all …]
|
H A D | Pooling2dTest.cpp | 28 std::vector<float> inputValues = { -5.0f, 8.0f, -10.0f, 7.0f, in MaxPool2dFP32PaddingValidTest() local 54 std::vector<int8_t > inputValues = { -5, 8, -10, 7, in MaxPool2dInt8PaddingValidTest() local 83 std::vector<float> inputValues = { -5.0f, 8.0f, -10.0f, 7.0f, in MaxPool2dFP32PaddingSameTest() local 109 std::vector<int8_t> inputValues = { -5, 8, -10, 7, in MaxPool2dInt8PaddingSameTest() local 138 std::vector<float> inputValues = { -5.0f, -8.0f, -10.0f, 7.0f, in MaxPool2dFP32ReluTest() local 165 std::vector<int8_t> inputValues = { -5, -8, -10, 7, in MaxPool2dInt8ReluTest() local 194 std::vector<float> inputValues = { -5.0f, -8.0f, -10.0f, 7.0f, in MaxPool2dFP32Relu6Test() local 221 std::vector<int8_t> inputValues = { -5, -8, -10, 7, in MaxPool2dInt8Relu6Test() local 250 std::vector<uint8_t> inputValues = { 5, 8, 10, 7, in MaxPool2dUint8PaddingSameTest() local 279 std::vector<uint8_t> inputValues = { 12, 8, 10, 15, in MaxPool2dUint8ReluTest() local [all …]
|
H A D | QuantizationTest.cpp | 25 std::vector<uint8_t> inputValues in DequantizeUint8Test() local 51 std::vector<int8_t> inputValues in DequantizeInt8Test() local 77 std::vector<int16_t> inputValues in DequantizeInt16Test() local 105 std::vector<float> inputValues in QuantizeFloat32Uint8Test() local 131 std::vector<float> inputValues in QuantizeFloat32Int8Test() local 157 std::vector<float> inputValues in QuantizeFloat32Int16Test() local 183 std::vector<int16_t> inputValues in QuantizeInt16Int16Test() local 209 std::vector<int16_t> inputValues in QuantizeInt16Int8Test() local 235 std::vector<int8_t> inputValues in QuantizeInt8Uint8Test() local 261 std::vector<uint8_t> inputValues in QuantizeUint8Int8Test() local
|
H A D | Pooling3dTest.cpp | 31 std::vector<float> inputValues = { 1, 2, 3, 4, 5, 6, in MaxPool3dFP32PaddingValidTest() local 64 std::vector<float> inputValues = { 1, 2, 3, 4, 5, 6, in MaxPool3dFP32PaddingSameTest() local 97 std::vector<float> inputValues = { 1, 2, 3, 4, 5, 6, in MaxPool3dFP32H1Test() local 130 std::vector<float> inputValues = { 1, 2, 3, 4, 5, 6, in MaxPool3dFP32Test() local 163 std::vector<float> inputValues = { 1, 2, 3, 4, 5, 6, in AveragePool3dFP32PaddingValidTest() local 196 std::vector<float> inputValues = { 1, 2, 3, 4, 5, 6, in AveragePool3dFP32PaddingSameTest() local 229 std::vector<float> inputValues = { 1, 2, 3, 4, 5, 6, in AveragePool3dFP32H1Test() local 262 std::vector<float> inputValues = { 1, 2, 3, 4, 5, 6, in AveragePool3dFP32Test() local
|
H A D | ReshapeTest.cpp | 29 std::vector<float> inputValues = { -5.0f, 8.0f, -10.0f, 7.0f, in ReshapeSimpleTest() local 57 std::vector<Half> inputValues = { 5._h, -8._h, -10._h, 7._h, in ReshapeSimpleFloat16Test() local 83 std::vector<float> inputValues = { -5.0f, 8.0f, -10.0f, 7.0f, in ReshapeReduceDimTest() local 109 std::vector<float> inputValues = { -5.0f, 8.0f, -10.0f, 7.0f, in ReshapeFlattenTest() local 135 std::vector<float> inputValues = { -5.0f, 8.0f, -10.0f, 7.0f, in ReshapeFlattenAllTest() local 161 std::vector<int8_t> inputValues = { -5, 8, -10, 7, in ReshapeInt8Test() local 189 std::vector<uint8_t> inputValues = { 5, 8, 10, 7, in ReshapeUint8Test() local 217 std::vector<int16_t> inputValues = { -5, 8, -10, 7, in ReshapeInt16Test() local
|
H A D | MirrorPadTest.cpp | 25 std::vector<float> inputValues = in MirrorPadSymmetric2dTest() local 67 std::vector<float> inputValues = in MirrorPadReflect2dTest() local 109 std::vector<float> inputValues = in MirrorPadSymmetric3dTest() local 167 std::vector<float> inputValues = in MirrorPadReflect3dTest() local 225 std::vector<uint8_t> inputValues = in MirrorPadSymmetricUint8Test() local 265 std::vector<int8_t> inputValues = in MirrorPadReflectInt8Test() local
|
H A D | BatchSpaceTest.cpp | 24 std::vector<float> inputValues { 1.0f, 2.0f, 3.0f, 4.0f }; in BatchToSpaceNDFp32Test() local 46 std::vector<float> inputValues { 1.0f, 2.0f, 3.0f, 4.0f }; in BatchToSpaceNDFp32BatchOneTest() local 68 std::vector<uint8_t> inputValues { 1, 2, 3, 4, 5, 6, 7 }; in BatchToSpaceNDUint8Test() local 91 std::vector<float> inputValues { 1.0f, 2.0f, 3.0f, 4.0f }; in SpaceToBatchNDFp32Test() local 113 std::vector<float> inputValues { 1.0f, 2.0f, 3.0f, 4.0f, in SpaceToBatchNDFp32PaddingTest() local 142 std::vector<uint8_t> inputValues { 1, 2, 3, 4, 5, 6, 7 }; in SpaceToBatchNDUint8Test() local
|
H A D | Convolution2dTest.cpp | 30 static std::vector<float> inputValues = in Conv2DWithBiasesFp32Test() local 84 static std::vector<int8_t> inputValues = { 1, 2, 3, 4 }; in Conv2DWithBiasesInt8Test() local 127 static std::vector<uint8_t> inputValues = { 1, 2, 4, 8 }; in Conv2DWithBiasesReluUint8Test() local 185 static std::vector<uint8_t> inputValues = { 1, 2, 4, 1 }; in Conv2DWithBiasesRelu6Uint8Test() local 234 static std::vector<int8_t> inputValues = in Conv2DPerChannelInt8Test() local 380 static std::vector<int8_t> inputValues = { 1, 2, 3, 4 }; in TransposeConvInt8Test() local 413 static std::vector<float> inputValues = { 1, 2, 3, 4 }; in TransposeConvFp32Test() local
|
H A D | PackTest.cpp | 24 std::vector<std::vector<T>> inputValues; in PackFp32Axis0Test() local 87 std::vector<std::vector<T>> inputValues; in PackFp32Axis1Test() local 151 std::vector<std::vector<T>> inputValues; in PackFp32Axis2Test() local 213 std::vector<std::vector<T>> inputValues; in PackFp32Axis3Test() local 283 std::vector<std::vector<T>> inputValues; in PackFp32Inputs3Test() local
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | CastTestImpl.cpp | 14 const std::vector<TInput>& inputValues, in CastTest() 65 std::vector<int32_t> inputValues = { -1, -3, -1, -3, -1, -3, -1, -3, 1, in CastInt32ToFloat2dTest() local 78 std::vector<int16_t> inputValues = { -1, -3, -1, -3, -1, -3, -1, -3, 1, in CastInt16ToFloat2dTest() local 91 std::vector<int8_t> inputValues = { -1, -3, -1, -3, -1, -3, -1, -3, 1, in CastInt8ToFloat2dTest() local 104 std::vector<int8_t> inputValues = { -1, -3, -1, -3, -1, -3, -1, -3, 1, in CastInt8AsymmToFloat2dTest() local 116 std::vector<uint8_t> inputValues = { 1, 3, 1, 3, 1, 3, 1, 3, 1, in CastUInt8ToFloat2dTest() local 129 std::vector<int8_t> inputValues = { -1, -3, -1, -3, -1, -3, -1, -3, -1, in CastInt8ToUInt82dTest() local 142 std::vector<int8_t> inputValues = { -1, -3, -1, -3, -1, -3, -1, -3, -1, in CastInt8AsymmToUInt82dTest() local 157 …std::vector<armnn::Half> inputValues = { -1.10_h, -3._h, -1.30_h, -3._h, -1._h, -3._h, -1._h, -3._… in CastFloat16ToFloat322dTest() local 171 std::vector<armnn::BFloat16> inputValues = armnnUtils::QuantizedVector<armnn::BFloat16>( in CastBFloat16ToFloat322dTest() local [all …]
|
H A D | MirrorPadTestImpl.cpp | 26 const std::vector<T>& inputValues, in MirrorPad2dTestCommon() 72 const std::vector<T>& inputValues, in MirrorPad3dTestCommon() 117 const std::vector<T>& inputValues, in MirrorPad4dTestCommon() 170 std::vector<T> inputValues = armnnUtils::QuantizedVector<T>( in PadSymmetric2dTest() local 221 std::vector<T> inputValues = armnnUtils::QuantizedVector<T>( in PadReflect2dTest() local 272 std::vector<T> inputValues = armnnUtils::QuantizedVector<T>( in PadSymmetric3dTest() local 339 std::vector<T> inputValues = armnnUtils::QuantizedVector<T>( in PadReflect3dTest() local 406 std::vector<T> inputValues = armnnUtils::QuantizedVector<T>( in PadSymmetric4dTest() local 719 std::vector<T> inputValues = armnnUtils::QuantizedVector<T>( in PadReflect4dTest() local 856 const std::vector<armnn::Half> inputValues = in PadSymmetricFloat16() local [all …]
|
H A D | BatchNormalizationTestImpl.cpp | 35 const std::vector<float>& inputValues, in BatchNormTestImpl() 227 std::vector<float> inputValues in BatchNormFloat32Test() local 275 std::vector<float> inputValues in BatchNormFloat32NhwcTest() local 327 std::vector<float> inputValues in BatchNormFloat16Test() local 375 std::vector<float> inputValues in BatchNormFloat16NhwcTest() local 427 std::vector<float> inputValues in BatchNormUint8Test() local 475 std::vector<float> inputValues in BatchNormUint8NhwcTest() local 523 std::vector<float> inputValues in BatchNormInt16Test() local 571 std::vector<float> inputValues in BatchNormInt16NhwcTest() local
|
H A D | ArgMinMaxTestImpl.cpp | 84 std::vector<float> inputValues({ 5.0f, 2.0f, 8.0f, 10.0f, 9.0f }); in ArgMaxSimpleTest() local 112 std::vector<float> inputValues({ 5.0f, 2.0f, 8.0f, 10.0f, 9.0f }); in ArgMinSimpleTest() local 140 std::vector<float> inputValues({ 1.0f, 2.0f, 3.0f, 4.0f, in ArgMinChannelTest() local 176 std::vector<float> inputValues({ 1.0f, 2.0f, 3.0f, 4.0f, in ArgMaxChannelTest() local 211 std::vector<float> inputValues({ 1.0f, 2.0f, 3.0f, 4.0f, in ArgMaxHeightTest() local 247 std::vector<float> inputValues({ 1.0f, 2.0f, 3.0f, 4.0f, in ArgMinWidthTest() local
|
H A D | LogSoftmaxTestImpl.cpp | 34 const std::vector<float>& inputValues, in LogSoftmaxTestImpl() 88 std::vector<float> inputValues in LogSoftmaxTest1() local 126 std::vector<float> inputValues in LogSoftmaxTest2() local 164 std::vector<float> inputValues in LogSoftmaxTest3() local 202 std::vector<float> inputValues in LogSoftmaxTest4() local
|
H A D | ReduceSumTestImpl.cpp | 103 std::vector<float> inputValues({ 5.0f, 2.0f, 8.0f, 10.0f, 9.0f }); in ReduceSumSimpleTest() local 136 std::vector<float> inputValues({ 1.0f, 2.0f, 3.0f, 4.0f, in ReduceSumSingleAxisTest1() local 177 std::vector<float> inputValues( {7, 8, 6, 1, in ReduceSumSingleAxisTest2() local 236 std::vector<float> inputValues( {7, 8, 6, 1, in ReduceSumSingleAxisTest3() local 301 std::vector<float> inputValues({ 1.0f, 2.0f, 3.0f, 4.0f, in ReduceSumMultipleAxisTest() local
|
H A D | ReduceProdTestImpl.cpp | 102 std::vector<float> inputValues({ 5.0f, 2.0f, 8.0f, 10.0f, 9.0f }); in ReduceProdSimpleTest() local 135 …std::vector<float> inputValues({ 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.… in ReduceProdSingleAxisTest1() local 172 std::vector<float> inputValues( {7, 8, 6, 1, in ReduceProdSingleAxisTest2() local 231 std::vector<float> inputValues({ 7, 8, 6, 1, in ReduceProdSingleAxisTest3() local 296 std::vector<float> inputValues({ 1.0f, 2.0f, 3.0f, 4.0f, in ReduceProdMultipleAxisTest() local
|
H A D | ReductionTestImpl.cpp | 104 std::vector<float> inputValues in ReduceMaxSimpleTest() local 144 std::vector<float> inputValues in ReduceMaxNegativeAxisTest() local 185 std::vector<float> inputValues in ReduceMaxSimpleTest2() local 227 std::vector<float> inputValues in ReduceMinSimpleTest() local 267 std::vector<float> inputValues in ReduceMinNegativeAxisTest() local
|
H A D | ExpTestImpl.cpp | 17 std::vector<float> inputValues in Exp2dTest() local 48 std::vector<float> inputValues in Exp3dTest() local 81 std::vector<float> inputValues in ExpZeroTest() local 110 std::vector<float> inputValues in ExpNegativeTest() local
|
H A D | RsqrtTestImpl.cpp | 18 std::vector<float> inputValues in Rsqrt2dTest() local 49 std::vector<float> inputValues in Rsqrt3dTest() local 80 std::vector<float> inputValues in RsqrtZeroTest() local 109 std::vector<float> inputValues in RsqrtNegativeTest() local
|
H A D | SinTestImpl.cpp | 17 std::vector<float> inputValues in Sin2dTest() local 48 std::vector<float> inputValues in Sin3dTest() local 81 std::vector<float> inputValues in SinZeroTest() local 110 std::vector<float> inputValues in SinNegativeTest() local
|
H A D | SqrtTestImpl.cpp | 18 std::vector<float> inputValues in Sqrt2dTest() local 49 std::vector<float> inputValues in Sqrt3dTest() local 80 std::vector<float> inputValues in SqrtZeroTest() local 109 std::vector<float> inputValues in SqrtNegativeTest() local
|
H A D | LogTestImpl.cpp | 17 std::vector<float> inputValues in Log2dTest() local 48 std::vector<float> inputValues in Log3dTest() local 81 std::vector<float> inputValues in LogZeroTest() local 110 std::vector<float> inputValues in LogNegativeTest() local
|
H A D | NegTestImpl.cpp | 18 std::vector<float> inputValues in Neg2dTest() local 49 std::vector<float> inputValues in Neg3dTest() local 80 std::vector<float> inputValues in NegZeroTest() local 109 std::vector<float> inputValues in NegNegativeTest() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/operators/ |
H A D | pointwise.cpp | 9 const std::vector<ArgValue>& inputValues, in computeSign() 26 const std::vector<ArgValue>& inputValues, in computeOneOperand() 49 const std::vector<ArgValue>& inputValues, in computeTwoOperand() 74 const std::vector<ArgValue>& inputValues, in computeTwoOperandWithAlpha() 100 const std::vector<ArgValue>& inputValues, in computeConditionWithTwoOperand() 129 const std::vector<ArgValue>& inputValues, in computeThreeOperand() 159 const std::vector<ArgValue>& inputValues, in computeFourOperand() 189 const std::vector<ArgValue>& inputValues, in computeNoop() 205 const std::vector<ArgValue>& inputValues, in computeScalar()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderFConvertTests.cpp | 556 auto &inputValues = InputGenerator::getInstance().getInputValues16(); in iterate() local 562 auto &inputValues = InputGenerator::getInstance().getInputValues32(); in iterate() local 568 auto &inputValues = InputGenerator::getInstance().getInputValues64(); in iterate() local 816 auto &inputValues = InputGenerator::getInstance().getInputValues32(); in iterate() local 823 auto &inputValues = InputGenerator::getInstance().getInputValues64(); in iterate() local 843 auto &inputValues = InputGenerator::getInstance().getInputValues16(); in iterate() local 850 auto &inputValues = InputGenerator::getInstance().getInputValues64(); in iterate() local 870 auto &inputValues = InputGenerator::getInstance().getInputValues16(); in iterate() local 877 auto &inputValues = InputGenerator::getInstance().getInputValues32(); in iterate() local
|