/frameworks/ml/nn/runtime/test/fibonacci_extension/ |
D | FibonacciExtensionTest.cpp | 129 void addNopOperation(ExtensionModel* model, ExtensionOperandType inputType, uint32_t input, in addNopOperation() 150 void createModel(ExtensionModel* model, ExtensionOperandType inputType, in createModel() 178 ExtensionOperandType inputType(static_cast<Type>(mModel.getExtensionOperandType( in TEST_F() local 218 ExtensionOperandType inputType(Type::TENSOR_FLOAT32, {1}); in TEST_F() local 247 ExtensionOperandType inputType(Type::TENSOR_INT32, {1}); // Unsupported type. in TEST_F() local 258 ExtensionOperandType inputType(Type::TENSOR_FLOAT32, {1}); in TEST_F() local 269 ExtensionOperandType inputType(Type::TENSOR_FLOAT32, {1}); in TEST_F() local 287 ExtensionOperandType inputType(Type::TENSOR_FLOAT32, {1}); in TEST_F() local 306 ExtensionOperandType inputType(Type::TENSOR_FLOAT32, {1}); in TEST_F() local 325 ExtensionOperandType inputType(Type::TENSOR_FLOAT32, {1}); in TEST_F() local [all …]
|
D | FibonacciDriver.cpp | 70 int32_t inputType = static_cast<int32_t>(model.main.operands[operation.inputs[0]].type); in validate() local
|
/frameworks/ml/nn/common/operations/ |
D | Elementwise.cpp | 91 OperandType inputType = context->getInputType(kInputTensor); in validate() local 103 OperandType inputType = context->getInputType(kInputTensor); in validateAbs() local 117 OperandType inputType = context->getInputType(kInputTensor); in validateFloor() local
|
D | Quantize.cpp | 73 const OperandType inputType = context->getInputType(kInputTensor); in validate() local 100 const OperandType inputType = context->getInputType(kInputTensor); in execute() local
|
D | Dequantize.cpp | 83 const OperandType inputType = context->getInputType(kInputTensor); in validate() local 119 const OperandType inputType = context->getInputType(kInputTensor); in execute() local
|
D | Rank.cpp | 37 hal::OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
D | Reduce.cpp | 75 OperandType inputType = context->getInputType(kInputTensor); in validateProdSum() local 92 OperandType inputType = context->getInputType(kInputTensor); in validateMaxMin() local 115 OperandType inputType = context->getInputType(kInputTensor); in validateLogical() local
|
D | LogicalNot.cpp | 50 OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
D | Neg.cpp | 56 OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
D | Elu.cpp | 61 auto inputType = context->getInputType(kInputTensor); in validate() local
|
D | Squeeze.cpp | 44 OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
D | Gather.cpp | 68 OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
D | LogSoftmax.cpp | 77 OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
D | Select.cpp | 75 OperandType inputType = context->getInputType(kInputTensor1); in validate() local
|
D | LogicalAndOr.cpp | 66 OperandType inputType = context->getInputType(kInputTensor1); in validate() local
|
D | Transpose.cpp | 80 const OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
D | TopK_V2.cpp | 82 OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
D | ChannelShuffle.cpp | 66 auto inputType = context->getInputType(kInputTensor); in validate() local
|
D | UnidirectionalSequenceLSTM.cpp | 122 const OperandType inputType = context->getInputType(kInputTensor); in validate() local 404 const OperandType inputType = context->getInputType(kInputTensor); in execute() local
|
D | Slice.cpp | 88 const OperandType inputType = context->getInputType(kInputTensor); in validate() local
|
D | Comparisons.cpp | 132 OperandType inputType = context->getInputType(kInputTensor1); in validate() local
|
D | InstanceNormalization.cpp | 109 auto inputType = context->getInputType(kInputTensor); in validate() local
|
/frameworks/ml/nn/common/ |
D | Utils.cpp | 898 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local 940 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local 981 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local 1020 auto inputType = operands[inputIndexes[1]].type; in validateOperation() local 1050 auto inputType = operands[inputIndexes[2]].type; in validateOperation() local 1072 auto inputType = operands[inputIndexes[1]].type; in validateOperation() local 1125 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local 1170 auto inputType = operands[inputIndexes[0]].type; in validateOperation() local 1231 OperandType inputType = operands[inputIndexes[0]].type; in validateOperation() local 1256 OperandType inputType = operands[inputIndexes[0]].type; in validateOperation() local [all …]
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | EditorInfo.java | 97 public int inputType = TYPE_NULL; field in EditorInfo
|
/frameworks/rs/ |
D | rsProgramFragment.cpp | 112 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1); in init() local
|