Home
last modified time | relevance | path

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

12345678910>>...16

/external/apache-commons-io/src/test/java/org/apache/commons/io/jmh/
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 …]
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 …]
/external/ComputeLibrary/src/runtime/CL/functions/
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 …]
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()
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()
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()
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()
DCLPriorBoxLayer.cpp44 void CLPriorBoxLayer::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor *output… in configure()
49 void CLPriorBoxLayer::configure(const CLCompileContext &compile_context, const ICLTensor *input1, c… in configure()
64 Status CLPriorBoxLayer::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITenso… in validate()
/external/armnn/src/backends/backendsCommon/test/layerTests/
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 …]
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 …]
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 …]
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 …]
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 …]
/external/ComputeLibrary/src/runtime/NEON/functions/
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 …]
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()
/external/tensorflow/tensorflow/lite/kernels/
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
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
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
/external/ComputeLibrary/src/core/NEON/kernels/
DNEBitwiseOrKernel.cpp45 inline void bitwise_or_U8_U8_U8(const uint8_t *__restrict input1, const uint8_t *__restrict input2,… in bitwise_or_U8_U8_U8()
59 void NEBitwiseOrKernel::configure(const ITensor *input1, const ITensor *input2, ITensor *output) in configure()
98 Iterator input1(_input1, window); in run() local
DNEBitwiseXorKernel.cpp45 inline void bitwise_xor_U8_U8_U8(const uint8_t *__restrict input1, const uint8_t *__restrict input2… in bitwise_xor_U8_U8_U8()
59 void NEBitwiseXorKernel::configure(const ITensor *input1, const ITensor *input2, ITensor *output) in configure()
95 Iterator input1(_input1, window); in run() local
DNEBitwiseAndKernel.cpp48 inline void bitwise_and(const T *__restrict input1, const T *__restrict input2, T *__restrict outpu… in bitwise_and()
63 void NEBitwiseAndKernel::configure(const ITensor *input1, const ITensor *input2, ITensor *output) in configure()
102 Iterator input1(_input1, window); in run() local
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_nnapi_failure_handling_test.cc56 AddSubOpsAcceleratedModel(const TensorData& input1, const TensorData& input2, in AddSubOpsAcceleratedModel()
72 int input1() { return input1_; } in input1() function in tflite::__anon26cddf2d0111::AddSubOpsAcceleratedModel
88 void Init(const TensorData& input1, const TensorData& input2, in Init()
127 std::vector<float> input1{-2.0, 0.2, 0.7, 0.9}; in TEST_F() local
Dnnapi_delegate_c_api_test.cc69 FloatAddOpModel(const TensorData& input1, const TensorData& input2, in FloatAddOpModel()
76 const TensorData& input1, const TensorData& input2, in FloatAddOpModel()
83 int input1() { return input1_; } in input1() function in tflite::__anon5ea71d880111::FloatAddOpModel
95 void Init(const TensorData& input1, const TensorData& input2, in Init()
/external/ComputeLibrary/src/core/CL/kernels/
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()
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 void CLComparisonKernel::configure(const CLCompileContext &compile_context, const ICLTensor *input1 in configure()
162 Status CLComparisonKernel::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITe… in validate()
/external/XNNPACK/src/operators/
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 …]

12345678910>>...16