Home
last modified time | relevance | path

Searched refs:getArithmeticOutputs (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/runtime/operation_converters/
DArithmeticOperationConverter.h31 Result<std::vector<int32_t>> getArithmeticOutputs(const Operation& operation,
DArithmeticOperationConverter.cpp37 Result<std::vector<int32_t>> ArithmeticOperationConverterBase::getArithmeticOutputs( in getArithmeticOutputs() function in android::nn::ArithmeticOperationConverterBase
DAddOperationConverter.cpp35 std::vector<int32_t> outputs = NN_TRY(getArithmeticOutputs(operation, context)); in convert()