Home
last modified time | relevance | path

Searched defs:input2 (Results 1 – 25 of 464) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLElementwiseOperations.cpp53 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 DCLComparison.cpp35 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 DCLPixelWiseMultiplication.cpp51 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 DCLLogicalOr.cpp36 …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 DCLLogicalAnd.cpp36 …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 DNEElementwiseOperations.cpp50 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 DNELogical.cpp48 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 DNEPixelWiseMultiplication.cpp47 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 DIOUtilsContentEqualsReadersBenchmark.java84 …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()
153Reader input2 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_B), DEFAULT_CHARSET… in testFileCurrent()
157Reader 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()
172Reader input2 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_B), DEFAULT_CHARSET… in testFilePr118()
176Reader input2 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_A), DEFAULT_CHARSET… in testFilePr118()
190Reader input2 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_B), DEFAULT_CHARSET… in testFileRelease_2_8_0()
194Reader 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 Dbinary-elementwise-nd.c847 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 Dcomparisons.cc47 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 Dsquared_difference.cc46 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 Dsub.cc168 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 DTests.java253 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 Dnnapi_delegate_device_selection_test.cc46 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 Dnnapi_delegate_nnapi_failure_handling_test.cc56 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 Dnnapi_delegate_c_api_test.cc69 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 DJsonErrorMessagesTest.kt18 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 DCLPriorBoxLayerKernel.cpp45 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 DCLComparisonKernel.cpp55 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 Dtest_VIDIOC_ENUMINPUT.c47 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 Dconcat_test.cc34 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 Dringbuffer_unit_tests.cpp41 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 Dop_add_test.cpp42 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 DCpuAddMulAddKernel.cpp70 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

12345678910>>...19