Home
last modified time | relevance | path

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

1234567891011

/external/apache-commons-io/src/test/java/org/apache/commons/io/jmh/
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()
/external/ComputeLibrary/src/runtime/CL/functions/
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 …]
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()
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()
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()
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()
DCLPriorBoxLayer.cpp44 void CLPriorBoxLayer::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor *output… in configure()
49 …onst CLCompileContext &compile_context, const ICLTensor *input1, const ICLTensor *input2, ICLTenso… in configure()
64 Status CLPriorBoxLayer::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITenso… in validate()
DCLBitwiseXor.cpp34 void CLBitwiseXor::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor *output) in configure()
39 …onst CLCompileContext &compile_context, const ICLTensor *input1, const ICLTensor *input2, ICLTenso… in configure()
DCLBitwiseOr.cpp34 void CLBitwiseOr::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor *output) in configure()
39 …onst CLCompileContext &compile_context, const ICLTensor *input1, const ICLTensor *input2, ICLTenso… in configure()
/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()
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()
/external/tensorflow/tensorflow/lite/kernels/
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
Dfloor_mod_test_common.h24 FloorModModel(const TensorData& input1, const TensorData& input2, in FloorModModel()
35 int input2() { return input2_; } in input2() function
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
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
/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/
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()
96 Iterator input2(_input2, window); in run() local
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()
99 Iterator input2(_input2, 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()
103 Iterator input2(_input2, 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()
73 int input2() { return input2_; } in input2() function in tflite::__anon1467c9dc0111::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
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::__anonac3530570111::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 …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()
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()
/external/XNNPACK/src/operators/
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 …]
/external/ComputeLibrary/src/cpu/kernels/
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

1234567891011