• Home
  • Raw
  • Download

Lines Matching defs:input1

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()
261 void NEElementwiseComparisonStatic<COP>::configure(ITensor *input1, ITensor *input2, ITensor *outpu… in configure()
271 Status NEElementwiseComparisonStatic<COP>::validate(const ITensorInfo *input1, const ITensorInfo *i… in validate()
302 void NEElementwiseComparison::configure(ITensor *input1, ITensor *input2, ITensor *output, Comparis… in configure()
311 Status NEElementwiseComparison::validate(const ITensorInfo *input1, const ITensorInfo *input2, cons… in validate()