Home
last modified time | relevance | path

Searched defs:input1 (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/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()
152 …try (Reader input1 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_A), DEFAULT_CH… in testFileCurrent()
156 …try (Reader input1 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_A), DEFAULT_CH… in testFileCurrent()
160 …try (Reader input1 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_16K_A), DEFAUL… in testFileCurrent()
171 …try (Reader input1 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_A), DEFAULT_CH… in testFilePr118()
175 …try (Reader input1 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_A), DEFAULT_CH… in testFilePr118()
179 try (Reader input1 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_16K_A)); in testFilePr118()
189 …try (Reader input1 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_A), DEFAULT_CH… in testFileRelease_2_8_0()
193 …try (Reader input1 = new InputStreamReader(getClass().getResourceAsStream(TEST_PATH_A), DEFAULT_CH… in testFileRelease_2_8_0()
[all …]
H A DIOUtilsContentEqualsInputStreamsBenchmark.java82 …public static boolean contentEquals_release_2_8_0(final InputStream input1, final InputStream inpu… in contentEquals_release_2_8_0()
104 …public static boolean contentEqualsPr118(final InputStream input1, final InputStream input2) throw… in contentEqualsPr118()
150 try (InputStream input1 = getClass().getResourceAsStream(TEST_PATH_A); in testFileCurrent()
154 try (InputStream input1 = getClass().getResourceAsStream(TEST_PATH_A); in testFileCurrent()
158 try (InputStream input1 = getClass().getResourceAsStream(TEST_PATH_16K_A); in testFileCurrent()
168 try (InputStream input1 = getClass().getResourceAsStream(TEST_PATH_A); in testFilePr118()
172 try (InputStream input1 = getClass().getResourceAsStream(TEST_PATH_A); in testFilePr118()
176 try (InputStream input1 = getClass().getResourceAsStream(TEST_PATH_16K_A); in testFilePr118()
186 try (InputStream input1 = getClass().getResourceAsStream(TEST_PATH_A); in testFileRelease_2_8_0()
190 try (InputStream input1 = getClass().getResourceAsStream(TEST_PATH_A); in testFileRelease_2_8_0()
[all …]
/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 …eticAddition::configure(const CLCompileContext &compile_context, const ICLTensor *input1, const IC… 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 …cSubtraction::configure(const CLCompileContext &compile_context, const ICLTensor *input1, const IC… 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 …eticDivision::configure(const CLCompileContext &compile_context, const ICLTensor *input1, const IC… 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 void CLComparison::configure(const CLCompileContext &compile_context, ICLTensor *input1, 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 void CLComparisonStatic<COP>::configure(const CLCompileContext &compile_context, ICLTensor *input1,… 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 …eMultiplication::configure(const CLCompileContext &compile_context, ICLTensor *input1, 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 …eMultiplication::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *… in configure()
113 Status CLComplexPixelWiseMultiplication::validate(const ITensorInfo *input1, const ITensorInfo *inp… in validate()
H A DCLLogicalOr.cpp36 void CLLogicalOr::configure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorIn… 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 void CLLogicalOr::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *… in configure()
85 Status CLLogicalOr::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorInf… in validate()
H A DCLLogicalAnd.cpp36 void CLLogicalAnd::configure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorI… 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 void CLLogicalAnd::configure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor … in configure()
85 Status CLLogicalAnd::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorIn… in validate()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DDivisionTestImpl.cpp38 std::vector<float> input1 = in DivisionByZeroTest() local
80 std::vector<float> input1 = in DivisionTest() local
114 std::vector<float> input1({ 2 }); in DivisionBroadcast1ElementTest() local
145 std::vector<float> input1 = { 1.f, 2.f }; in DivisionBroadcast1DVectorTest() local
186 std::vector<armnn::Half> input1 = in DivisionFloat16Test() local
222 std::vector<armnn::Half> input1({ 2._h }); in DivisionBroadcast1ElementFloat16Test() local
255 std::vector<armnn::Half> input1 = { 1._h, 2._h }; in DivisionBroadcast1DVectorFloat16Test() local
294 std::vector<uint8_t> input1 = in DivisionUint8Test() local
330 std::vector<uint8_t> input1 = { 2 }; in DivisionBroadcast1ElementUint8Test() local
361 std::vector<uint8_t> input1 = { 1, 2 }; in DivisionBroadcast1DVectorUint8Test() local
[all …]
H A DSubtractionTestImpl.cpp28 std::vector<uint8_t> input1 = { 1, 2, 1, 2 }; in SubtractionUint8Test() local
59 std::vector<uint8_t> input1 = { 2 }; in SubtractionBroadcast1ElementUint8Test() local
91 std::vector<uint8_t> input1 = { 2, 1 }; in SubtractionBroadcastUint8Test() local
116 std::vector<float> input1 = { 1, -1, 0, 2 }; in SubtractionTest() local
141 std::vector<float> input1 = { 10 }; in SubtractionBroadcast1ElementTest() local
167 std::vector<float> input1 = { 10, -5 }; in SubtractionBroadcastTest() local
194 std::vector<armnn::Half> input1 = { 1._h, -1._h, 0._h, 2._h }; in SubtractionFloat16Test() local
221 std::vector<armnn::Half> input1 = { 10._h }; in SubtractionBroadcast1ElementFloat16Test() local
249 std::vector<armnn::Half> input1 = { 10._h, -5._h }; in SubtractionBroadcastFloat16Test() local
273 std::vector<int16_t> input1 = { 1, 2, 1, 2 }; in SubtractionInt16Test() local
[all …]
H A DMaximumTestImpl.cpp38 std::vector<float> input1 = in MaximumSimpleTest() local
72 std::vector<float> input1 = { 2.f }; in MaximumBroadcast1ElementTest() local
102 std::vector<float> input1 = { 1.f, 2.f, 3.f }; in MaximumBroadcast1DVectorTest() local
142 std::vector<armnn::Half> input1 = in MaximumFloat16Test() local
178 std::vector<armnn::Half> input1 = { 2._h }; in MaximumBroadcast1ElementFloat16Test() local
210 std::vector<armnn::Half> input1 = { 1._h, 2._h, 3._h }; in MaximumBroadcast1DVectorFloat16Test() local
244 std::vector<uint8_t> input1 = in MaximumUint8Test() local
282 std::vector<uint8_t> input1 = { 2 }; in MaximumBroadcast1ElementUint8Test() local
316 std::vector<uint8_t> input1 = { 1, 10, 3 }; in MaximumBroadcast1DVectorUint8Test() local
345 std::vector<int16_t> input1({ 2, 2, 2, 2, 3, 3, 3, 3, in MaximumInt16Test() local
[all …]
H A DMinimumTestImpl.cpp30 std::vector<float> input1 = { 2.f }; in MinimumBroadcast1ElementTest1() local
56 std::vector<float> input1 = { 5.f }; in MinimumBroadcast1ElementTest2() local
86 std::vector<uint8_t> input1 = { 1, 2, 3 }; in MinimumBroadcast1DVectorUint8Test() local
121 std::vector<armnn::Half> input1 = in MinimumFloat16Test() local
161 std::vector<armnn::Half> input1 = { 2._h }; in MinimumBroadcast1ElementFloat16Test() local
196 std::vector<armnn::Half> input1 = { 1._h, 10._h, 3._h }; in MinimumBroadcast1DVectorFloat16Test() local
229 std::vector<int16_t> input1 = in MinimumInt16Test() local
267 std::vector<int16_t> input1 = { 2 }; in MinimumBroadcast1ElementInt16Test() local
301 std::vector<int16_t> input1 = { 1, 10, 3 }; in MinimumBroadcast1DVectorInt16Test() local
334 std::vector<int32_t> input1 = in MinimumInt32Test() local
[all …]
H A DMultiplicationTestImpl.cpp37 std::vector<float> input1 = in MultiplicationTest() local
89 std::vector<float> input1 = in Multiplication5dTest() local
143 std::vector<float> input1 = { 2 }; in MultiplicationBroadcast1ElementTest() local
174 std::vector<float> input1 = { 1, 2 }; in MultiplicationBroadcast1DVectorTest() local
215 std::vector<uint8_t> input1 = in MultiplicationUint8Test() local
261 std::vector<uint8_t> input1 = { 2 }; in MultiplicationBroadcast1ElementUint8Test() local
295 std::vector<uint8_t> input1 = { 1, 2, 3 }; in MultiplicationBroadcast1DVectorUint8Test() local
328 std::vector<int16_t> input1 = in MultiplicationInt16Test() local
366 std::vector<int16_t> input1 = { 2 }; in MultiplicationBroadcast1ElementInt16Test() local
400 std::vector<int16_t> input1 = { 1, 2, 3 }; in MultiplicationBroadcast1DVectorInt16Test() local
[all …]
H A DAdditionTestImpl.cpp34 std::vector<float> input1 = in AdditionTest() local
105 std::vector<float> input1 = in Addition5dTest() local
189 auto input1 = armnnUtils::QuantizedVector<T>( in AdditionBroadcastTestImpl() local
278 auto input1 = armnnUtils::QuantizedVector<T>( in AdditionBroadcast1ElementTestImpl() local
425 std::vector<uint8_t> input1( in AdditionUint8Test() local
469 std::vector<int16_t> input1 = in AdditionInt16Test() local
513 std::vector<int32_t> input1 = in AdditionInt32Test() local
667 auto input1 = MakeRandomTensor<float>(inputTensorInfo1, 1232); in CompareAdditionTest() local
H A DConcatTestImpl.cpp475 std::vector<T> input1 = in ConcatTestImpl() local
562 auto input1 = QuantizedVector<T>({ 4.0f, 5.0f, 6.0f }, qScale, qOffset); in Concat1dTestImpl() local
611 auto input1 = QuantizedVector<T>( in Concat2dTestImpl() local
731 auto input1 = QuantizedVector<T>( in Concat2dDim0DiffInputDimsTestImpl() local
811 auto input1 = QuantizedVector<T>( in Concat2dDim1DiffInputDimsTestImpl() local
894 auto input1 = QuantizedVector<T>( in Concat3dTestImpl() local
1173 auto input1 = QuantizedVector<T>( in Concat3dDim0DiffInputDimsTestImpl() local
1325 auto input1 = QuantizedVector<T>( in Concat3dDim1DiffInputDimsTestImpl() local
1466 auto input1 = QuantizedVector<T>( in Concat3dDim2DiffInputDimsTestImpl() local
1574 auto input1 = QuantizedVector<T>( in Concat4dTestImpl() local
[all …]
/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 …]
/aosp_15_r20/external/XNNPACK/src/operators/
H A Dbinary-elementwise-nd.c846 const void* input1, in setup_binary_elementwise_nd()
1056 const void* input1, in setup_binary_elementwise_nd_f16()
1086 const float* input1, in setup_binary_elementwise_nd_f32()
1110 const void* input1, in xnn_setup_add_nd_f16()
1130 const float* input1, in xnn_setup_add_nd_f32()
1150 const int8_t* input1, in xnn_setup_add_nd_qs8()
1173 const uint8_t* input1, in xnn_setup_add_nd_qu8()
1196 const void* input1, in xnn_setup_divide_nd_f16()
1216 const float* input1, in xnn_setup_divide_nd_f32()
1236 const void* input1, in xnn_setup_maximum_nd_f16()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dcomparisons.cc44 const TfLiteTensor* input1; 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()
163 const TfLiteTensor* input1; in EqualEval() local
213 const TfLiteTensor* input1; in NotEqualEval() local
263 const TfLiteTensor* input1; in GreaterEval() local
304 const TfLiteTensor* input1; in GreaterEqualEval() local
345 const TfLiteTensor* input1; in LessEval() local
386 const TfLiteTensor* input1; in LessEqualEval() local
/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/impl/
H A Dkernel_function_legacy_test.cpp157 std::vector<Tensor> kernelWithTensorListOutput(const Tensor& input1, const Tensor& input2, const Te… in kernelWithTensorListOutput()
176 std::vector<int64_t> kernelWithIntListOutput(const Tensor&, int64_t input1, int64_t input2, int64_t… in kernelWithIntListOutput()
229 Tensor kernelWithTensorInputByReferenceWithOutput(const Tensor& input1) { in kernelWithTensorInputByReferenceWithOutput()
233 Tensor kernelWithTensorInputByValueWithOutput(Tensor input1) { in kernelWithTensorInputByValueWithOutput()
270 void kernelWithTensorInputByReferenceWithoutOutput(const Tensor& input1) { in kernelWithTensorInputByReferenceWithoutOutput()
274 void kernelWithTensorInputByValueWithoutOutput(Tensor input1) { in kernelWithTensorInputByValueWithoutOutput()
312 void kernelWithIntInputWithoutOutput(Tensor, int64_t input1) { in kernelWithIntInputWithoutOutput()
329 int64_t kernelWithIntInputWithOutput(Tensor, int64_t input1) { in kernelWithIntInputWithOutput()
347 void kernelWithIntListInputWithoutOutput(Tensor, const std::vector<int64_t>& input1) { in kernelWithIntListInputWithoutOutput()
364 int64_t kernelWithIntListInputWithOutput(Tensor, const std::vector<int64_t>& input1) { in kernelWithIntListInputWithOutput()
[all …]
H A Dkernel_lambda_legacy_test.cpp157 …ut(Tensor input1, Tensor input2, Tensor input3) -> Tensor[]", [] (const Tensor& input1, const Tens… in TEST()
174 …my, int input1, int input2, int input3) -> int[]", [](const Tensor&, int64_t input1, int64_t input… in TEST()
223 .op("_test::tensor_input(Tensor input) -> Tensor", [] (const Tensor& input1) -> Tensor { in TEST()
241 .op("_test::tensor_input(Tensor input) -> Tensor", [](Tensor input1) -> Tensor { in TEST()
261 .op("_test::tensor_input(Tensor input) -> ()", [] (const Tensor& input1) -> void { in TEST()
279 .op("_test::tensor_input(Tensor input) -> ()", [] (Tensor input1) -> void { in TEST()
299 .op("_test::int_input(Tensor dummy, int input) -> ()", [](Tensor, int64_t input1) -> void { in TEST()
314 … .op("_test::int_input(Tensor dummy, int input) -> int", [] (Tensor, int64_t input1) -> int64_t { in TEST()
330 …_list_input(Tensor dummy, int[] input) -> ()", [] (Tensor, const std::vector<int64_t>& input1) -> … in TEST()
345 …_list_input(Tensor dummy, int[] input) -> int", [](Tensor, const std::vector<int64_t>& input1) -> … in TEST()
[all …]
H A Dkernel_function_test.cpp188 c10::List<Tensor> kernelWithTensorListOutput(const Tensor& input1, const Tensor& input2, const Tens… in kernelWithTensorListOutput()
207 c10::List<int64_t> kernelWithIntListOutput(const Tensor&, int64_t input1, int64_t input2, int64_t i… in kernelWithIntListOutput()
260 Tensor kernelWithTensorInputByReferenceWithOutput(const Tensor& input1) { in kernelWithTensorInputByReferenceWithOutput()
264 Tensor kernelWithTensorInputByValueWithOutput(Tensor input1) { in kernelWithTensorInputByValueWithOutput()
304 void kernelWithTensorInputByReferenceWithoutOutput(const Tensor& input1) { in kernelWithTensorInputByReferenceWithoutOutput()
308 void kernelWithTensorInputByValueWithoutOutput(Tensor input1) { in kernelWithTensorInputByValueWithoutOutput()
348 void kernelWithIntInputWithoutOutput(Tensor, int64_t input1) { in kernelWithIntInputWithoutOutput()
365 int64_t kernelWithIntInputWithOutput(Tensor, int64_t input1) { in kernelWithIntInputWithOutput()
383 void kernelWithIntListInputWithoutOutput(Tensor, const c10::List<int64_t>& input1) { in kernelWithIntListInputWithoutOutput()
400 int64_t kernelWithIntListInputWithOutput(Tensor, const c10::List<int64_t>& input1) { in kernelWithIntListInputWithOutput()
[all …]
/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()
63 int input1() { return input1_; } in input1() function in tflite::__anon4d6747010111::FloatAddOpModel
375 AddSubOpsAcceleratedModel(const TensorData& input1, const TensorData& input2, in AddSubOpsAcceleratedModel()
387 int input1() { return input1_; } in input1() function in tflite::__anon4d6747010111::AddSubOpsAcceleratedModel
401 void Init(const TensorData& input1, const TensorData& input2, in Init()
458 std::vector<float> input1{-2.0, 0.2, 0.7, 0.9}; in TEST_F() local
488 std::vector<float> input1{-2.0, 0.2, 0.7, 0.9}; in TEST_F() local
521 std::vector<float> input1{-2.0, 0.2, 0.7, 0.9}; in TEST_F() local
541 std::vector<float> input1{-2.0, 0.2, 0.7, 0.9}; in TEST_F() local
561 HardSwishAddOpsAcceleratedModel(const TensorData& input1, in HardSwishAddOpsAcceleratedModel()
[all …]
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/
H A DJsonErrorMessagesTest.kt17 val input1 = """{"boxed":4}""" in <lambda>() constant
51 val input1 = """{"boxed:4}""" in <lambda>() constant
101 val input1 = """{boxed:str}""" in <lambda>() constant
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/
H A DIOUtilsTest.java525 final ByteArrayInputStream input1 = new ByteArrayInputStream(dataEmpty); in testContentEquals_InputStream_InputStream() local
529 final ByteArrayInputStream input1 = new ByteArrayInputStream(dataEmpty); in testContentEquals_InputStream_InputStream() local
533 final ByteArrayInputStream input1 = new ByteArrayInputStream(dataEmpty); in testContentEquals_InputStream_InputStream() local
537 final ByteArrayInputStream input1 = new ByteArrayInputStream(dataAbc); in testContentEquals_InputStream_InputStream() local
564 final FileInputStream input1 = new FileInputStream( in testContentEquals_InputStream_InputStream()
578 final StringReader input1 = new StringReader(""); in testContentEquals_Reader_Reader() local
582 final StringReader input1 = new StringReader(""); in testContentEquals_Reader_Reader() local
586 final StringReader input1 = new StringReader(""); in testContentEquals_Reader_Reader() local
590 final StringReader input1 = new StringReader("ABC"); in testContentEquals_Reader_Reader() local
609 final Reader input1 = new CharArrayReader(empty); in testContentEqualsIgnoreEOL() local
[all …]
/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 std::pair<Status, Window> validate_and_configure_window(const ITensorInfo *input1, const ITensorInf… in validate_and_configure_window()
105 void CLPriorBoxLayerKernel::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor *… in configure()
110 …xLayerKernel::configure(const CLCompileContext &compile_context, const ICLTensor *input1, const IC… in configure()
197 Status CLPriorBoxLayerKernel::validate(const ITensorInfo *input1, const ITensorInfo *input2, const … in validate()

12345678910>>...21