Home
last modified time | relevance | path

Searched defs:inputType (Results 1 – 25 of 64) sorted by relevance

123

/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciExtensionTest.cpp129 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 …]
DFibonacciDriver.cpp70 int32_t inputType = static_cast<int32_t>(model.main.operands[operation.inputs[0]].type); in validate() local
/frameworks/ml/nn/common/operations/
DElementwise.cpp91 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
DQuantize.cpp73 const OperandType inputType = context->getInputType(kInputTensor); in validate() local
100 const OperandType inputType = context->getInputType(kInputTensor); in execute() local
DDequantize.cpp83 const OperandType inputType = context->getInputType(kInputTensor); in validate() local
119 const OperandType inputType = context->getInputType(kInputTensor); in execute() local
DRank.cpp37 hal::OperandType inputType = context->getInputType(kInputTensor); in validate() local
DReduce.cpp75 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
DLogicalNot.cpp50 OperandType inputType = context->getInputType(kInputTensor); in validate() local
DNeg.cpp56 OperandType inputType = context->getInputType(kInputTensor); in validate() local
DElu.cpp61 auto inputType = context->getInputType(kInputTensor); in validate() local
DSqueeze.cpp44 OperandType inputType = context->getInputType(kInputTensor); in validate() local
DGather.cpp68 OperandType inputType = context->getInputType(kInputTensor); in validate() local
DLogSoftmax.cpp77 OperandType inputType = context->getInputType(kInputTensor); in validate() local
DSelect.cpp75 OperandType inputType = context->getInputType(kInputTensor1); in validate() local
DLogicalAndOr.cpp66 OperandType inputType = context->getInputType(kInputTensor1); in validate() local
DTranspose.cpp80 const OperandType inputType = context->getInputType(kInputTensor); in validate() local
DTopK_V2.cpp82 OperandType inputType = context->getInputType(kInputTensor); in validate() local
DChannelShuffle.cpp66 auto inputType = context->getInputType(kInputTensor); in validate() local
DUnidirectionalSequenceLSTM.cpp122 const OperandType inputType = context->getInputType(kInputTensor); in validate() local
404 const OperandType inputType = context->getInputType(kInputTensor); in execute() local
DSlice.cpp88 const OperandType inputType = context->getInputType(kInputTensor); in validate() local
DComparisons.cpp132 OperandType inputType = context->getInputType(kInputTensor1); in validate() local
DInstanceNormalization.cpp109 auto inputType = context->getInputType(kInputTensor); in validate() local
/frameworks/ml/nn/common/
DUtils.cpp898 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/
DEditorInfo.java97 public int inputType = TYPE_NULL; field in EditorInfo
/frameworks/rs/
DrsProgramFragment.cpp112 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1); in init() local

123