| /external/apache-commons-io/src/test/java/org/apache/commons/io/jmh/ |
| 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()
|
| /external/ComputeLibrary/src/runtime/CL/functions/ |
| 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 …]
|
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| D | CLPriorBoxLayer.cpp | 44 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()
|
| D | CLBitwiseXor.cpp | 34 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()
|
| D | CLBitwiseOr.cpp | 34 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/ |
| 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 …]
|
| 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()
|
| 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()
|
| /external/tensorflow/tensorflow/lite/kernels/ |
| 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
|
| D | floor_mod_test_common.h | 24 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/ |
| 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
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
| 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
|
| /external/ComputeLibrary/src/core/NEON/kernels/ |
| D | NEBitwiseXorKernel.cpp | 45 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
|
| D | NEBitwiseOrKernel.cpp | 45 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
|
| D | NEBitwiseAndKernel.cpp | 48 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/ |
| 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::__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
|
| 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::__anonac3530570111::FloatAddOpModel 95 void Init(const TensorData& input1, const TensorData& input2, in Init()
|
| /external/ComputeLibrary/src/core/CL/kernels/ |
| 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()
|
| 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()
|
| /external/XNNPACK/src/operators/ |
| 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 …]
|
| /external/ComputeLibrary/src/cpu/kernels/ |
| 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
|