/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NEElementwiseOperators.cpp | 37 void NEElementwiseMax::configure(const ITensorInfo *input1, const ITensorInfo *input2, ITensorInfo … in configure() 44 Status NEElementwiseMax::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITens… in validate() 49 void NEElementwiseMin::configure(const ITensorInfo *input1, const ITensorInfo *input2, ITensorInfo … in configure() 56 Status NEElementwiseMin::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITens… in validate() 61 void NEElementwiseSquaredDiff::configure(const ITensorInfo *input1, const ITensorInfo *input2, ITen… in configure() 68 Status NEElementwiseSquaredDiff::validate(const ITensorInfo *input1, const ITensorInfo *input2, con… in validate() 73 void NEElementwiseDivision::configure(const ITensorInfo *input1, const ITensorInfo *input2, ITensor… in configure() 80 Status NEElementwiseDivision::validate(const ITensorInfo *input1, const ITensorInfo *input2, const … in validate() 85 void NEElementwisePower::configure(const ITensorInfo *input1, const ITensorInfo *input2, ITensorInf… in configure() 92 Status NEElementwisePower::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITe… in validate() [all …]
|
D | NEPixelWiseMultiplication.cpp | 36 void NEPixelWiseMultiplication::configure(ITensorInfo *input1, ITensorInfo *input2, ITensorInfo *ou… in configure() 44 Status NEPixelWiseMultiplication::validate(const ITensorInfo *input1, const ITensorInfo *input2, co… in validate() 51 void NEComplexPixelWiseMultiplication::configure(ITensorInfo *input1, ITensorInfo *input2, ITensorI… in configure() 59 …lexPixelWiseMultiplication::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate() 82 Status NEPixelWiseMultiplication::validate(const ITensorInfo *input1, const ITensorInfo *input2, co… in validate() 88 void NEPixelWiseMultiplication::configure(const ITensor *input1, const ITensor *input2, ITensor *ou… in configure() 123 …lexPixelWiseMultiplication::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate() 128 void NEComplexPixelWiseMultiplication::configure(ITensor *input1, ITensor *input2, ITensor *output,… in configure()
|
D | NELogical.cpp | 49 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() 82 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 | NEArithmeticAddition.cpp | 38 void NEArithmeticAddition::configure(const ITensorInfo *input1, const ITensorInfo *input2, ITensorI… in configure() 45 Status NEArithmeticAddition::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate() 68 Status NEArithmeticAddition::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate() 73 void NEArithmeticAddition::configure(const ITensor *input1, const ITensor *input2, ITensor *output,… in configure()
|
D | NEArithmeticSubtraction.cpp | 36 void NEArithmeticSubtraction::configure(const ITensorInfo *input1, const ITensorInfo *input2, ITens… in configure() 44 Status NEArithmeticSubtraction::validate(const ITensorInfo *input1, const ITensorInfo *input2, cons… in validate() 67 Status NEArithmeticSubtraction::validate(const ITensorInfo *input1, const ITensorInfo *input2, cons… in validate() 72 void NEArithmeticSubtraction::configure(const ITensor *input1, const ITensor *input2, ITensor *outp… in configure()
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLElementwiseOperations.cpp | 41 …gure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorInfo *input2, ITensorInf… in configure() 48 Status CLArithmeticAddition::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate() 61 …gure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorInfo *input2, ITensorInf… in configure() 69 Status CLArithmeticSubtraction::validate(const ITensorInfo *input1, const ITensorInfo *input2, cons… in validate() 84 …gure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorInfo *input2, ITensorInf… in configure() 91 Status CLArithmeticDivision::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate() 105 …gure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorInfo *input2, ITensorInf… in configure() 112 Status CLElementwiseMax::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITens… in validate() 126 …gure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorInfo *input2, ITensorInf… in configure() 133 Status CLElementwiseMin::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITens… in validate() [all …]
|
D | CLComparison.cpp | 34 void CLComparison::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, ComparisonOpe… in configure() 39 …nfigure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *input2, ICLTensor *… in configure() 56 Status CLComparison::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorIn… in validate() 62 void CLComparisonStatic<COP>::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output) in configure() 68 …nfigure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *input2, ICLTensor *… in configure() 86 Status CLComparisonStatic<COP>::validate(const ITensorInfo *input1, const ITensorInfo *input2, cons… in validate()
|
D | CLPixelWiseMultiplication.cpp | 63 …gure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorInfo *input2, ITensorInf… in configure() 81 Status CLPixelWiseMultiplication::validate(const ITensorInfo *input1, const ITensorInfo *input2, co… in validate() 99 …gure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorInfo *input2, ITensorInf… in configure() 116 …lexPixelWiseMultiplication::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate() 145 void CLPixelWiseMultiplication::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, … in configure() 151 …nfigure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *input2, ICLTensor *… in configure() 161 Status CLPixelWiseMultiplication::validate(const ITensorInfo *input1, const ITensorInfo *input2, co… in validate() 193 void CLComplexPixelWiseMultiplication::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *o… in configure() 198 …nfigure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *input2, ICLTensor *… in configure() 207 …lexPixelWiseMultiplication::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate()
|
D | CLLogicalOr.cpp | 35 …gure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorInfo *input2, ITensorInf… in configure() 42 Status CLLogicalOr::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorInf… in validate() 69 void CLLogicalOr::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output) in configure() 74 …nfigure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *input2, ICLTensor *… in configure() 83 Status CLLogicalOr::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorInf… in validate()
|
D | CLLogicalAnd.cpp | 35 …gure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorInfo *input2, ITensorInf… in configure() 42 Status CLLogicalAnd::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorIn… in validate() 69 void CLLogicalAnd::configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output) in configure() 74 …nfigure(const CLCompileContext &compile_context, ICLTensor *input1, ICLTensor *input2, ICLTensor *… in configure() 83 Status CLLogicalAnd::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorIn… in validate()
|
D | CLPriorBoxLayer.cpp | 43 void CLPriorBoxLayer::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor *output… in configure() 48 …onst CLCompileContext &compile_context, const ICLTensor *input1, const ICLTensor *input2, ICLTenso… in configure() 62 Status CLPriorBoxLayer::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITenso… in validate()
|
D | CLBitwiseOr.cpp | 33 void CLBitwiseOr::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor *output) in configure() 38 …onst CLCompileContext &compile_context, const ICLTensor *input1, const ICLTensor *input2, ICLTenso… in configure()
|
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLElementwiseOperationKernel.cpp | 74 …ents_with_float_only_supported_rules(const ITensorInfo &input1, const ITensorInfo &input2, const I… in validate_arguments_with_float_only_supported_rules() 97 …date_arguments_with_arithmetic_rules(const ITensorInfo &input1, const ITensorInfo &input2, const I… in validate_arguments_with_arithmetic_rules() 152 …_build_options_with_arithmetic_rules(const ITensorInfo &input1, const ITensorInfo &input2, const I… in generate_build_options_with_arithmetic_rules() 189 …and_configure_window_for_arithmetic_operators(ITensorInfo &input1, ITensorInfo &input2, ITensorInf… in validate_and_configure_window_for_arithmetic_operators() 224 …configure_window_for_logical_binary_operators(ITensorInfo &input1, ITensorInfo &input2, ITensorInf… in validate_and_configure_window_for_logical_binary_operators() 236 …w> validate_and_configure_window_for_division(ITensorInfo &input1, ITensorInfo &input2, ITensorInf… in validate_and_configure_window_for_division() 250 void CLElementwiseOperationKernel::configure_common(ITensorInfo *input1, ITensorInfo *input2, ITens… in configure_common() 255 …mmon(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorInfo *input2, ITensorInf… in configure_common() 336 …ompile_context, kernels::LogicalOperation op, ITensorInfo *input1, ITensorInfo *input2, ITensorInf… in configure() 344 …lidate(kernels::LogicalOperation op, const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate() [all …]
|
D | CLPixelWiseMultiplicationKernel.cpp | 43 Status validate_arguments(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorInfo *… in validate_arguments() 92 std::pair<Status, Window> validate_and_configure_window(ITensorInfo *input1, ITensorInfo *input2, I… in validate_and_configure_window() 148 void CLPixelWiseMultiplicationKernel::configure(ITensorInfo *input1, ITensorInfo *input2, ITensorIn… in configure() 154 …gure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorInfo *input2, ITensorInf… in configure() 262 …elWiseMultiplicationKernel::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate() 330 Status validate_arguments_complex(const ITensorInfo *input1, const ITensorInfo *input2, const ITens… in validate_arguments_complex() 350 …Window> validate_and_configure_window_complex(ITensorInfo *input1, ITensorInfo *input2, ITensorInf… in validate_and_configure_window_complex() 384 void CLComplexPixelWiseMultiplicationKernel::configure(ITensorInfo *input1, ITensorInfo *input2, IT… in configure() 389 …gure(const CLCompileContext &compile_context, ITensorInfo *input1, ITensorInfo *input2, ITensorInf… in configure() 416 …elWiseMultiplicationKernel::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate()
|
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() 104 void CLPriorBoxLayerKernel::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor *… in configure() 109 …onst CLCompileContext &compile_context, const ICLTensor *input1, const ICLTensor *input2, ICLTenso… in configure() 196 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() 111 void CLComparisonKernel::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor *out… in configure() 116 …onst CLCompileContext &compile_context, const ICLTensor *input1, const ICLTensor *input2, ICLTenso… in configure() 166 Status CLComparisonKernel::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITe… in validate()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | comparisons.cc | 47 const TfLiteTensor* input2; in ComparisonPrepareCommon() local 85 void ComparisonQuantized(const TfLiteTensor* input1, const TfLiteTensor* input2, in ComparisonQuantized() 124 void Comparison(const TfLiteTensor* input1, const TfLiteTensor* input2, in Comparison() 139 const TfLiteTensor* input1, const TfLiteTensor* input2, in ComparisonString() 157 const TfLiteTensor* input2; in EqualEval() local 207 const TfLiteTensor* input2; in NotEqualEval() local 257 const TfLiteTensor* input2; in GreaterEval() local 298 const TfLiteTensor* input2; in GreaterEqualEval() local 339 const TfLiteTensor* input2; in LessEval() local 380 const TfLiteTensor* input2; in LessEqualEval() local
|
/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/GLES_COMPUTE/kernels/ |
D | GCArithmeticAdditionKernel.cpp | 49 Status validate_arguments(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorInfo *… in validate_arguments() 67 std::pair<Status, Window> validate_and_configure_window(ITensorInfo *input1, ITensorInfo *input2, I… in validate_and_configure_window() 94 void GCArithmeticAdditionKernel::configure(const IGCTensor *input1, const IGCTensor *input2, IGCTen… in configure() 126 Status GCArithmeticAdditionKernel::validate(const ITensorInfo *input1, const ITensorInfo *input2, c… in validate()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate_nnapi_failure_handling_test.cc | 55 AddSubOpsAcceleratedModel(const TensorData& input1, const TensorData& input2, in AddSubOpsAcceleratedModel() 71 int input2() { return input2_; } in input2() function in tflite::__anondd337b630111::AddSubOpsAcceleratedModel 86 void Init(const TensorData& input1, const TensorData& input2, in Init() 126 std::vector<float> input2{0.1, 0.2, 0.3, 0.5}; in TEST_F() local
|
/external/ComputeLibrary/src/core/NEON/kernels/ |
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() 104 Iterator input2(_input2, window); in run() local
|
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() 100 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() 108 Iterator input2(_input2, window); in run() local
|
/external/XNNPACK/src/operators/ |
D | binary-elementwise-nd.c | 775 const void* input2, in setup_binary_elementwise_nd() 965 const void* input2, in setup_binary_elementwise_nd_f16() 996 const float* input2, in setup_binary_elementwise_nd_f32() 1021 const int8_t* input2, in xnn_setup_add_nd_qs8() 1045 const uint8_t* input2, in xnn_setup_add_nd_qu8() 1069 const void* input2, in xnn_setup_add_nd_f16() 1089 const float* input2, in xnn_setup_add_nd_f32() 1109 const float* input2, in xnn_setup_divide_nd_f32() 1129 const float* input2, in xnn_setup_maximum_nd_f32() 1149 const float* input2, in xnn_setup_minimum_nd_f32() [all …]
|