• Home
  • Raw
  • Download

Lines Matching defs:input2

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()
98 …wiseComparisonStatic<COP>::configure(const ITensorInfo *input1, const ITensorInfo *input2, ITensor… in configure()
106 …twiseComparisonStatic<COP>::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate()
111 void NEElementwiseComparison::configure(const ITensorInfo *input1, const ITensorInfo *input2, ITens… in configure()
118 Status NEElementwiseComparison::validate(const ITensorInfo *input1, const ITensorInfo *input2, cons… in validate()
148 void NEElementwiseMax::configure(ITensor *input1, ITensor *input2, ITensor *output, const Activatio… in configure()
158 Status NEElementwiseMax::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITens… in validate()
189 void NEElementwiseMin::configure(ITensor *input1, ITensor *input2, ITensor *output, const Activatio… in configure()
199 Status NEElementwiseMin::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITens… in validate()
230 void NEElementwiseSquaredDiff::configure(ITensor *input1, ITensor *input2, ITensor *output, const A… in configure()
240 Status NEElementwiseSquaredDiff::validate(const ITensorInfo *input1, const ITensorInfo *input2, con… in validate()
271 void NEElementwiseDivision::configure(ITensor *input1, ITensor *input2, ITensor *output, const Acti… in configure()
281 Status NEElementwiseDivision::validate(const ITensorInfo *input1, const ITensorInfo *input2, const … in validate()
312 void NEElementwisePower::configure(ITensor *input1, ITensor *input2, ITensor *output, const Activat… in configure()
322 Status NEElementwisePower::validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITe… in validate()
359 void NEElementwiseComparisonStatic<COP>::configure(ITensor *input1, ITensor *input2, ITensor *outpu… in configure()
369 …twiseComparisonStatic<COP>::validate(const ITensorInfo *input1, const ITensorInfo *input2, const I… in validate()
400 void NEElementwiseComparison::configure(ITensor *input1, ITensor *input2, ITensor *output, Comparis… in configure()
409 Status NEElementwiseComparison::validate(const ITensorInfo *input1, const ITensorInfo *input2, cons… in validate()