Home
last modified time | relevance | path

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

12345678910

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEElementwiseOperators.cpp37 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 …]
DNEPixelWiseMultiplication.cpp36 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()
DNELogical.cpp49 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()
DNEArithmeticAddition.cpp38 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()
DNEArithmeticSubtraction.cpp36 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/
DCLElementwiseOperations.cpp41 …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 …]
DCLComparison.cpp34 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()
DCLPixelWiseMultiplication.cpp63 …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()
DCLLogicalOr.cpp35 …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()
DCLLogicalAnd.cpp35 …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()
DCLPriorBoxLayer.cpp43 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()
DCLBitwiseOr.cpp33 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/
DCLElementwiseOperationKernel.cpp74 …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 …]
DCLPixelWiseMultiplicationKernel.cpp43 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()
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()
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()
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()
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/
Dcomparisons.cc47 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/
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/GLES_COMPUTE/kernels/
DGCArithmeticAdditionKernel.cpp49 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/
Dnnapi_delegate_nnapi_failure_handling_test.cc55 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/
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()
104 Iterator input2(_input2, 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()
100 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()
108 Iterator input2(_input2, window); in run() local
/external/XNNPACK/src/operators/
Dbinary-elementwise-nd.c775 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 …]

12345678910