Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp84 const uint8_t* tokenPtr = token->getCacheToken(); in compile() local
85 std::copy(tokenPtr, tokenPtr + cacheToken->size(), cacheToken->begin()); in compile()