Home
last modified time | relevance | path

Searched refs:getInputType (Results 1 – 25 of 74) sorted by relevance

123

/frameworks/ml/nn/common/operations/
DReduce.cpp75 OperandType inputType = context->getInputType(kInputTensor); in validateProdSum()
92 OperandType inputType = context->getInputType(kInputTensor); in validateMaxMin()
115 OperandType inputType = context->getInputType(kInputTensor); in validateLogical()
167 switch (context->getInputType(kInputTensor)) { in executeProd()
186 switch (context->getInputType(kInputTensor)) { in executeSum()
197 switch (context->getInputType(kInputTensor)) { in executeMax()
216 switch (context->getInputType(kInputTensor)) { in executeMin()
235 switch (context->getInputType(kInputTensor)) { in executeAny()
245 switch (context->getInputType(kInputTensor)) { in executeAll()
DElementwise.cpp51 switch (context->getInputType(kInputTensor)) { in execute()
68 switch (context->getInputType(kInputTensor)) { in executeAbs()
91 OperandType inputType = context->getInputType(kInputTensor); in validate()
103 OperandType inputType = context->getInputType(kInputTensor); in validateAbs()
117 OperandType inputType = context->getInputType(kInputTensor); in validateFloor()
DComparisons.cpp132 OperandType inputType = context->getInputType(kInputTensor1); in validate()
157 switch (context->getInputType(kInputTensor1)) { in executeLess()
176 switch (context->getInputType(kInputTensor1)) { in executeLessEqual()
195 switch (context->getInputType(kInputTensor1)) { in executeEqual()
214 switch (context->getInputType(kInputTensor1)) { in executeNotEqual()
233 switch (context->getInputType(kInputTensor1)) { in executeGreaterEqual()
252 switch (context->getInputType(kInputTensor1)) { in executeGreater()
DNeg.cpp56 OperandType inputType = context->getInputType(kInputTensor); in validate()
73 switch (context->getInputType(kInputTensor)) { in execute()
DElu.cpp61 auto inputType = context->getInputType(kInputTensor); in validate()
81 switch (context->getInputType(kInputTensor)) { in execute()
DDepthwiseConv2D.cpp60 if ((inCount >= 9 && context->getInputType(8) == OperandType::BOOL) || inCount == 8) { in initialize()
74 } else if (inCount >= 11 && context->getInputType(8) == OperandType::INT32) { in initialize()
423 auto inputType = context->getInputType(kInputTensor); in validate()
424 auto filterType = context->getInputType(kFilterTensor); in validate()
477 if (context->getInputType(8) == OperandType::INT32 && numInputs >= 11) { in validate()
575 switch (context->getInputType(kInputTensor)) { in execute()
603 if (context->getInputType(kFilterTensor) == in execute()
618 } else if (context->getInputType(kFilterTensor) == OperandType::TENSOR_QUANT8_ASYMM) { in execute()
635 if (context->getInputType(kFilterTensor) == in execute()
650 } else if (context->getInputType(kFilterTensor) == in execute()
DActivation.cpp362 auto inputType = context->getInputType(kInputTensor); in validate()
388 auto inputType = context->getInputType(kInputTensor); in validateHardSwish()
436 switch (context->getInputType(kInputTensor)) { in executeRelu()
465 switch (context->getInputType(kInputTensor)) { in executeRelu1()
494 switch (context->getInputType(kInputTensor)) { in executeRelu6()
523 switch (context->getInputType(kInputTensor)) { in executeLogistic()
552 switch (context->getInputType(kInputTensor)) { in executeTanh()
581 switch (context->getInputType(kInputTensor)) { in executeHardSwish()
DQuantize.cpp73 const OperandType inputType = context->getInputType(kInputTensor); in validate()
100 const OperandType inputType = context->getInputType(kInputTensor); in execute()
DSqueeze.cpp44 OperandType inputType = context->getInputType(kInputTensor); in validate()
130 switch (context->getInputType(kInputTensor)) { in execute()
DConv2D.cpp75 if ((inCount >= 8 && context->getInputType(7) == OperandType::BOOL) || inCount == 7) { in initialize()
88 } else if (inCount >= 10 && context->getInputType(7) == OperandType::INT32) { in initialize()
546 auto inputType = context->getInputType(kInputTensor); in validate()
547 auto filterType = context->getInputType(kFilterTensor); in validate()
595 if (context->getInputType(7) == OperandType::INT32 && inputCount >= 10) { in validate()
697 switch (context->getInputType(kInputTensor)) { in execute()
723 if (context->getInputType(kFilterTensor) == in execute()
738 } else if (context->getInputType(kFilterTensor) == OperandType::TENSOR_QUANT8_ASYMM) { in execute()
754 if (context->getInputType(kFilterTensor) == in execute()
769 } else if (context->getInputType(kFilterTensor) == in execute()
DLogSoftmax.cpp77 OperandType inputType = context->getInputType(kInputTensor); in validate()
102 switch (context->getInputType(kInputTensor)) { in execute()
DSelect.cpp75 OperandType inputType = context->getInputType(kInputTensor1); in validate()
110 switch (context->getInputType(kInputTensor1)) { in execute()
DChannelShuffle.cpp66 auto inputType = context->getInputType(kInputTensor); in validate()
99 switch (context->getInputType(kInputTensor)) { in execute()
DResizeImageOps.cpp184 auto inputType = context->getInputType(kInputTensor); in validate()
185 auto scalarType = context->getInputType(kOutputHeightParamScalar); in validate()
244 auto scalarType = context->getInputType(kOutputHeightParamScalar); in prepare()
283 switch (context->getInputType(kInputTensor)) { in execute()
DTransposeConv2D.cpp443 const auto inputType = context->getInputType(kInputTensor); in validate()
444 const auto filterType = context->getInputType(kFilterTensor); in validate()
546 switch (context->getInputType(kInputTensor)) { in execute()
566 if (context->getInputType(kFilterTensor) == in execute()
578 } else if (context->getInputType(kFilterTensor) == OperandType::TENSOR_QUANT8_ASYMM) { in execute()
591 if (context->getInputType(kFilterTensor) == in execute()
603 } else if (context->getInputType(kFilterTensor) == in execute()
DGather.cpp68 OperandType inputType = context->getInputType(kInputTensor); in validate()
107 switch (context->getInputType(kInputTensor)) { in execute()
DTranspose.cpp80 const OperandType inputType = context->getInputType(kInputTensor); in validate()
140 switch (context->getInputType(kInputTensor)) { in execute()
DDequantize.cpp83 const OperandType inputType = context->getInputType(kInputTensor); in validate()
119 const OperandType inputType = context->getInputType(kInputTensor); in execute()
DInstanceNormalization.cpp109 auto inputType = context->getInputType(kInputTensor); in validate()
132 switch (context->getInputType(kInputTensor)) { in execute()
DPRelu.cpp104 auto inputType = context->getInputType(kInputTensor); in validate()
129 switch (context->getInputType(kInputTensor)) { in execute()
DPooling.cpp297 auto inputType = context->getInputType(kInputTensor); in validate()
398 switch (context->getInputType(kInputTensor)) { in executeAveragePool()
413 switch (context->getInputType(kInputTensor)) { in executeL2Pool()
426 switch (context->getInputType(kInputTensor)) { in executeMaxPool()
DRank.cpp37 hal::OperandType inputType = context->getInputType(kInputTensor); in validate()
/frameworks/base/core/java/android/text/method/
DKeyListener.java56 public int getInputType(); in getInputType() method
DDialerKeyListener.java47 public int getInputType() { in getInputType() method in DialerKeyListener
/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciDriver.cpp83 if (context->getInputType(kInputN) == OperandType::TENSOR_FLOAT32) { in prepare()
119 if (context->getInputType(kInputN) == OperandType::TENSOR_FLOAT32) { in execute()

123