/frameworks/ml/nn/common/operations/ |
D | Reduce.cpp | 75 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()
|
D | Elementwise.cpp | 51 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()
|
D | Comparisons.cpp | 132 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()
|
D | Neg.cpp | 56 OperandType inputType = context->getInputType(kInputTensor); in validate() 73 switch (context->getInputType(kInputTensor)) { in execute()
|
D | Elu.cpp | 61 auto inputType = context->getInputType(kInputTensor); in validate() 81 switch (context->getInputType(kInputTensor)) { in execute()
|
D | DepthwiseConv2D.cpp | 60 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()
|
D | Activation.cpp | 362 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()
|
D | Quantize.cpp | 73 const OperandType inputType = context->getInputType(kInputTensor); in validate() 100 const OperandType inputType = context->getInputType(kInputTensor); in execute()
|
D | Squeeze.cpp | 44 OperandType inputType = context->getInputType(kInputTensor); in validate() 130 switch (context->getInputType(kInputTensor)) { in execute()
|
D | Conv2D.cpp | 75 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()
|
D | LogSoftmax.cpp | 77 OperandType inputType = context->getInputType(kInputTensor); in validate() 102 switch (context->getInputType(kInputTensor)) { in execute()
|
D | Select.cpp | 75 OperandType inputType = context->getInputType(kInputTensor1); in validate() 110 switch (context->getInputType(kInputTensor1)) { in execute()
|
D | ChannelShuffle.cpp | 66 auto inputType = context->getInputType(kInputTensor); in validate() 99 switch (context->getInputType(kInputTensor)) { in execute()
|
D | ResizeImageOps.cpp | 184 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()
|
D | TransposeConv2D.cpp | 443 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()
|
D | Gather.cpp | 68 OperandType inputType = context->getInputType(kInputTensor); in validate() 107 switch (context->getInputType(kInputTensor)) { in execute()
|
D | Transpose.cpp | 80 const OperandType inputType = context->getInputType(kInputTensor); in validate() 140 switch (context->getInputType(kInputTensor)) { in execute()
|
D | Dequantize.cpp | 83 const OperandType inputType = context->getInputType(kInputTensor); in validate() 119 const OperandType inputType = context->getInputType(kInputTensor); in execute()
|
D | InstanceNormalization.cpp | 109 auto inputType = context->getInputType(kInputTensor); in validate() 132 switch (context->getInputType(kInputTensor)) { in execute()
|
D | PRelu.cpp | 104 auto inputType = context->getInputType(kInputTensor); in validate() 129 switch (context->getInputType(kInputTensor)) { in execute()
|
D | Pooling.cpp | 297 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()
|
D | Rank.cpp | 37 hal::OperandType inputType = context->getInputType(kInputTensor); in validate()
|
/frameworks/base/core/java/android/text/method/ |
D | KeyListener.java | 56 public int getInputType(); in getInputType() method
|
D | DialerKeyListener.java | 47 public int getInputType() { in getInputType() method in DialerKeyListener
|
/frameworks/ml/nn/runtime/test/fibonacci_extension/ |
D | FibonacciDriver.cpp | 83 if (context->getInputType(kInputN) == OperandType::TENSOR_FLOAT32) { in prepare() 119 if (context->getInputType(kInputN) == OperandType::TENSOR_FLOAT32) { in execute()
|