Searched refs:getConstantPointerAndLength (Results 1 – 2 of 2) sorted by relevance
73 std::pair<const uint8_t*, uint32_t> getConstantPointerAndLength(const Operand& operand);94 auto [pointer, length] = getConstantPointerAndLength(operand); in copyConstantValueToData()
122 std::pair<const uint8_t*, uint32_t> SubGraphContext::getConstantPointerAndLength( in getConstantPointerAndLength() function in android::nn::SubGraphContext173 auto [data, dataLength] = getConstantPointerAndLength(operand); in createTensorFlatbufferFromOperand()