/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/ |
H A D | CLElementwiseOperations.cpp | 53 void CLArithmeticAddition::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, Conve… in configure() 58 …onst CLCompileContext &compile_context, const ICLTensor *input1, const ICLTensor *input2, ICLTenso… in configure() 68 Status CLArithmeticAddition::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate() 99 void CLArithmeticSubtraction::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor… in configure() 104 …onst CLCompileContext &compile_context, const ICLTensor *input1, const ICLTensor *input2, ICLTenso… in configure() 114 Status CLArithmeticSubtraction::validate(const ITensorInfo *input1, const ITensorInfo *input2, cons… in validate() 145 void CLArithmeticDivision::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, const… in configure() 150 …onst CLCompileContext &compile_context, const ICLTensor *input1, const ICLTensor *input2, ICLTenso… in configure() 159 Status CLArithmeticDivision::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate() 190 void CLElementwiseMax::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, const Act… in configure() [all …]
|
H A D | CLComparison.cpp | 35 void CLComparison::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, ComparisonOpe… in configure() 40 …nfigure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *input2, ICLTensor *… in configure() 58 Status CLComparison::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorIn… in validate() 64 void CLComparisonStatic<COP>::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output) in configure() 70 …nfigure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *input2, ICLTensor *… in configure() 88 Status CLComparisonStatic<COP>::validate(const ITensorInfo *input1, const ITensorInfo *input2, cons… in validate()
|
H A D | CLPixelWiseMultiplication.cpp | 51 void CLPixelWiseMultiplication::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, … in configure() 57 …nfigure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *input2, ICLTensor *… in configure() 67 Status CLPixelWiseMultiplication::validate(const ITensorInfo *input1, const ITensorInfo *input2, co… in validate() 99 void CLComplexPixelWiseMultiplication::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *o… in configure() 104 …nfigure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *input2, ICLTensor *… in configure() 113 …lexPixelWiseMultiplication::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate()
|
H A D | CLLogicalOr.cpp | 36 …gure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorInfo *input2, ITensorInf… in configure() 44 Status CLLogicalOr::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorInf… in validate() 71 void CLLogicalOr::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output) in configure() 76 …nfigure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *input2, ICLTensor *… in configure() 85 Status CLLogicalOr::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorInf… in validate()
|
H A D | CLLogicalAnd.cpp | 36 …gure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorInfo *input2, ITensorInf… in configure() 44 Status CLLogicalAnd::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorIn… in validate() 71 void CLLogicalAnd::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output) in configure() 76 …nfigure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *input2, ICLTensor *… in configure() 85 Status CLLogicalAnd::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorIn… in validate()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NEElementwiseOperations.cpp | 50 void NEElementwiseMax::configure(ITensor *input1, ITensor *input2, ITensor *output, const Activatio… in configure() 60 Status NEElementwiseMax::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITens… in validate() 91 void NEElementwiseMin::configure(ITensor *input1, ITensor *input2, ITensor *output, const Activatio… in configure() 101 Status NEElementwiseMin::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITens… in validate() 132 void NEElementwiseSquaredDiff::configure(ITensor *input1, ITensor *input2, ITensor *output, const A… in configure() 142 Status NEElementwiseSquaredDiff::validate(const ITensorInfo *input1, const ITensorInfo *input2, con… in validate() 173 void NEElementwiseDivision::configure(ITensor *input1, ITensor *input2, ITensor *output, const Acti… in configure() 183 Status NEElementwiseDivision::validate(const ITensorInfo *input1, const ITensorInfo *input2, const … in validate() 214 void NEElementwisePower::configure(ITensor *input1, ITensor *input2, ITensor *output, const Activat… in configure() 224 Status NEElementwisePower::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITe… in validate() [all …]
|
H A D | NELogical.cpp | 48 void NELogicalAnd::configure(const ITensor *input1, const ITensor *input2, ITensor *output) in configure() 62 Status NELogicalAnd::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorIn… in validate() 81 void NELogicalOr::configure(const ITensor *input1, const ITensor *input2, ITensor *output) in configure() 95 Status NELogicalOr::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorInf… in validate()
|
H A D | NEPixelWiseMultiplication.cpp | 47 Status NEPixelWiseMultiplication::validate(const ITensorInfo *input1, const ITensorInfo *input2, co… in validate() 53 void NEPixelWiseMultiplication::configure(const ITensor *input1, const ITensor *input2, ITensor *ou… in configure() 86 …lexPixelWiseMultiplication::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate() 91 void NEComplexPixelWiseMultiplication::configure(ITensor *input1, ITensor *input2, ITensor *output,… in configure()
|
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/jmh/ |
H A D | IOUtilsContentEqualsReadersBenchmark.java | 84 …public static boolean contentEquals_release_2_8_0(final Reader input1, final Reader input2) throws… in contentEquals_release_2_8_0() 106 …public static boolean contentEqualsPr118(final Reader input1, final Reader input2) throws IOExcept… in contentEqualsPr118() 153 …Reader input2 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_B), DEFAULT_CHARSET… in testFileCurrent() 157 …Reader input2 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_A), DEFAULT_CHARSET… in testFileCurrent() 161 … Reader input2 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_16K_A_COPY), in testFileCurrent() 172 …Reader input2 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_B), DEFAULT_CHARSET… in testFilePr118() 176 …Reader input2 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_A), DEFAULT_CHARSET… in testFilePr118() 190 …Reader input2 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_B), DEFAULT_CHARSET… in testFileRelease_2_8_0() 194 …Reader input2 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_A), DEFAULT_CHARSET… in testFileRelease_2_8_0() 198 … Reader input2 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_16K_A_COPY), in testFileRelease_2_8_0()
|
/aosp_15_r20/external/XNNPACK/src/operators/ |
H A D | binary-elementwise-nd.c | 847 const void* input2, in setup_binary_elementwise_nd() 1057 const void* input2, in setup_binary_elementwise_nd_f16() 1087 const float* input2, in setup_binary_elementwise_nd_f32() 1111 const void* input2, in xnn_setup_add_nd_f16() 1131 const float* input2, in xnn_setup_add_nd_f32() 1151 const int8_t* input2, in xnn_setup_add_nd_qs8() 1174 const uint8_t* input2, in xnn_setup_add_nd_qu8() 1197 const void* input2, in xnn_setup_divide_nd_f16() 1217 const float* input2, in xnn_setup_divide_nd_f32() 1237 const void* input2, in xnn_setup_maximum_nd_f16() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | comparisons.cc | 47 const TfLiteTensor* input2; in ComparisonPrepareCommon() local 96 void ComparisonQuantized(const TfLiteTensor* input1, const TfLiteTensor* input2, in ComparisonQuantized() 133 void Comparison(const TfLiteTensor* input1, const TfLiteTensor* input2, in Comparison() 148 const TfLiteTensor* input1, const TfLiteTensor* input2, in ComparisonString() 166 const TfLiteTensor* input2; in EqualEval() local 216 const TfLiteTensor* input2; in NotEqualEval() local 266 const TfLiteTensor* input2; in GreaterEval() local 307 const TfLiteTensor* input2; in GreaterEqualEval() local 348 const TfLiteTensor* input2; in LessEval() local 389 const TfLiteTensor* input2; in LessEqualEval() local
|
H A D | squared_difference.cc | 46 T SquaredDifference(T input1, T input2) { in SquaredDifference() 70 const TfLiteTensor* input2; in Prepare() local 177 const TfLiteTensor* input2, in EvalQuantizedSquaredDifference() 199 const TfLiteTensor* input2, TfLiteTensor* output) { in EvalSquaredDifference() 220 const TfLiteTensor* input2; in Eval() local
|
H A D | sub.cc | 168 const TfLiteTensor* input2, in PrepareInt16SubOpPOT() 223 const TfLiteTensor* input2; in Prepare() local 303 const TfLiteTensor* input1, const TfLiteTensor* input2, in EvalSubImpl() 345 const TfLiteTensor* input2, TfLiteTensor* output) { in EvalSub() 370 const TfLiteTensor* input1, const TfLiteTensor* input2, in EvalQuantized() 446 const TfLiteTensor* input2; in Eval() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/Math/ |
H A D | Tests.java | 253 public static void test(String testName, float input1, float input2, in test() 262 public static void test(String testName, double input1, double input2, in test() 305 float input1, double input2, in test() 315 double input1, double input2, in test() 325 float input1, int input2, in test() 335 double input1, int input2, in test() 345 float input1, float input2, float input3, in test() 356 double input1, double input2, double input3, in test() 404 public static void testUlpDiff(String testName, double input1, double input2, in testUlpDiff()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
H A D | nnapi_delegate_device_selection_test.cc | 46 const TensorData& input1, const TensorData& input2, in Init() 64 int input2() { return input2_; } in input2() function in tflite::__anon4d6747010111::FloatAddOpModel 375 AddSubOpsAcceleratedModel(const TensorData& input1, const TensorData& input2, in AddSubOpsAcceleratedModel() 388 int input2() { return input2_; } in input2() function in tflite::__anon4d6747010111::AddSubOpsAcceleratedModel 401 void Init(const TensorData& input1, const TensorData& input2, in Init() 459 std::vector<float> input2{0.1, 0.2, 0.3, 0.5}; in TEST_F() local 489 std::vector<float> input2{0.1, 0.2, 0.3, 0.5}; in TEST_F() local 522 std::vector<float> input2{0.1, 0.2, 0.3, 0.5}; in TEST_F() local 542 std::vector<float> input2{0.1, 0.2, 0.3, 0.5}; in TEST_F() local 562 const TensorData& input2, in HardSwishAddOpsAcceleratedModel() [all …]
|
H A D | nnapi_delegate_nnapi_failure_handling_test.cc | 56 AddSubOpsAcceleratedModel(const TensorData& input1, const TensorData& input2, in AddSubOpsAcceleratedModel() 73 int input2() { return input2_; } in input2() function in tflite::__anona6c174ad0111::AddSubOpsAcceleratedModel 88 void Init(const TensorData& input1, const TensorData& input2, in Init() 128 std::vector<float> input2{0.1, 0.2, 0.3, 0.5}; in TEST_F() local
|
H A D | nnapi_delegate_c_api_test.cc | 69 FloatAddOpModel(const TensorData& input1, const TensorData& input2, in FloatAddOpModel() 76 const TensorData& input1, const TensorData& input2, in FloatAddOpModel() 84 int input2() { return input2_; } in input2() function in tflite::__anon51a303080111::FloatAddOpModel 95 void Init(const TensorData& input1, const TensorData& input2, in Init()
|
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/ |
H A D | JsonErrorMessagesTest.kt | 18 val input2 = """{"boxed":"str"}""" in <lambda>() constant 52 val input2 = """{"boxed":"str}""" in <lambda>() constant 102 val input2 = """{"boxed":str}""" in <lambda>() constant
|
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/ |
H A D | CLPriorBoxLayerKernel.cpp | 45 Status validate_arguments(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorInfo *… in validate_arguments() 83 …indow> validate_and_configure_window(const ITensorInfo *input1, const ITensorInfo *input2, ITensor… in validate_and_configure_window() 105 void CLPriorBoxLayerKernel::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor *… in configure() 110 …onst CLCompileContext &compile_context, const ICLTensor *input1, const ICLTensor *input2, ICLTenso… in configure() 197 Status CLPriorBoxLayerKernel::validate(const ITensorInfo *input1, const ITensorInfo *input2, const … in validate()
|
H A D | CLComparisonKernel.cpp | 55 Status validate_arguments(const ITensorInfo &input1, const ITensorInfo &input2, const ITensorInfo &… in validate_arguments() 76 std::pair<Status, Window> validate_and_configure_window(ITensorInfo &input1, ITensorInfo &input2, I… in validate_and_configure_window() 107 void CLComparisonKernel::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor *out… in configure() 112 …onst CLCompileContext &compile_context, const ICLTensor *input1, const ICLTensor *input2, ICLTenso… in configure() 162 Status CLComparisonKernel::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITe… in validate()
|
/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_ENUMINPUT.c | 47 struct v4l2_input input2; in test_VIDIOC_ENUMINPUT() local 117 struct v4l2_input input2; in test_VIDIOC_ENUMINPUT_S32_MAX() local 139 struct v4l2_input input2; in test_VIDIOC_ENUMINPUT_S32_MAX_1() local 161 struct v4l2_input input2; in test_VIDIOC_ENUMINPUT_U32_MAX() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
H A D | concat_test.cc | 34 TensorRef<BHWC> input1, input2, output; in TEST() local 60 TensorRef<BHWC> input1, input2, output; in TEST() local 86 TensorRef<BHWC> input1, input2, output; in TEST() local 112 TensorRef<BHWC> input1, input2, output; in TEST() local
|
/aosp_15_r20/hardware/interfaces/wifi/aidl/default/tests/ |
H A D | ringbuffer_unit_tests.cpp | 41 const std::vector<uint8_t> input2(maxBufferSize_ / 2, '1'); in TEST_F() local 51 const std::vector<uint8_t> input2(maxBufferSize_ / 2, '1'); in TEST_F() local 63 const std::vector<uint8_t> input2(maxBufferSize_ / 2, '1'); in TEST_F() local 86 const std::vector<uint8_t> input2(maxBufferSize_ + 1, '1'); in TEST_F() local
|
/aosp_15_r20/external/executorch/kernels/quantized/test/ |
H A D | op_add_test.cpp | 42 Tensor input2 = tf.full({3, 5}, 3.5); in test_dtype() local 104 Tensor input2 = tf.full({3, 5}, 3.5); in TEST() local 170 Tensor input2 = tf.full({3, 5}, 3.5); in TEST() local 299 Tensor input2 = tf.full({3, 5}, 3.5); in TEST() local 356 Tensor input2 = tf.full({3, 5}, 255); in TEST() local
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/ |
H A D | CpuAddMulAddKernel.cpp | 70 Status validate_arguments(const ITensorInfo *input1, const ITensorInfo *input2, in validate_arguments() 127 void CpuAddMulAddKernel::configure(const ITensorInfo *input1, const ITensorInfo *input2, in configure() 161 Status CpuAddMulAddKernel::validate(const ITensorInfo *input1, const ITensorInfo *input2, in validate() 184 const ITensor *input2 = tensors.get_const_tensor(TensorType::ACL_SRC_1); in run_op() local
|