Home
last modified time | relevance | path

Searched refs:getConstantPointerAndLength (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/operation_converters/
DSubGraphContext.h73 std::pair<const uint8_t*, uint32_t> getConstantPointerAndLength(const Operand& operand);
94 auto [pointer, length] = getConstantPointerAndLength(operand); in copyConstantValueToData()
DSubGraphContext.cpp122 std::pair<const uint8_t*, uint32_t> SubGraphContext::getConstantPointerAndLength( in getConstantPointerAndLength() function in android::nn::SubGraphContext
173 auto [data, dataLength] = getConstantPointerAndLength(operand); in createTensorFlatbufferFromOperand()