Home
last modified time | relevance | path

Searched defs:TokenValuePair (Results 1 – 7 of 7) sorted by relevance

/packages/modules/NeuralNetworks/driver/sample/
DCanonicalBurst.cpp45 const std::vector<TokenValuePair>& /*hints*/, in execute()
53 const std::vector<TokenValuePair>& /*hints*/, in createReusableExecution()
DCanonicalPreparedModel.cpp132 const OptionalDuration& loopTimeoutDuration, const std::vector<TokenValuePair>& /*hints*/, in execute()
193 const std::vector<TokenValuePair>& /*hints*/, in executeFenced()
288 const std::vector<TokenValuePair>& /*hints*/, in createReusableExecution()
DCanonicalDevice.cpp162 const std::vector<TokenValuePair>& /*hints*/, in prepareModel()
DLimitedSupportDevice.cpp193 const std::vector<TokenValuePair>& /*hints*/, in prepareModel()
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypes.h1059 struct TokenValuePair { struct
1071 int32_t token;
1075 std::vector<uint8_t> value;
/packages/modules/NeuralNetworks/runtime/
DManager.cpp1030 const std::vector<TokenValuePair>& /*metaData*/, in prepareModel()
/packages/modules/NeuralNetworks/common/types/src/
DValidation.cpp1142 Result<Version> validateTokenValuePair(const TokenValuePair& /*tokenValuePair*/) { in validateTokenValuePair()