Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/common/src/
H A DInvalidPreparedModel.cpp34 const std::vector<nn::TokenValuePair>& /*hints*/, in execute()
45 const std::vector<nn::TokenValuePair>& /*hints*/, in executeFenced()
53 const std::vector<nn::TokenValuePair>& /*hints*/, in createReusableExecution()
H A DInvalidBurst.cpp38 const std::vector<nn::TokenValuePair>& /*hints*/, in execute()
46 const std::vector<nn::TokenValuePair>& /*hints*/, in createReusableExecution()
H A DInvalidDevice.cpp88 const std::vector<nn::TokenValuePair>& /*hints*/, in prepareModel()
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DPreparedModel.cpp63 const std::vector<nn::TokenValuePair>& /*hints*/, in execute()
104 const std::vector<nn::TokenValuePair>& /*hints*/, in executeFenced()
113 const std::vector<nn::TokenValuePair>& /*hints*/, in createReusableExecution()
H A DDevice.cpp147 const std::vector<nn::TokenValuePair>& /*hints*/, in prepareModel()
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DPreparedModel.cpp95 const std::vector<nn::TokenValuePair>& /*hints*/, in execute()
133 const std::vector<nn::TokenValuePair>& /*hints*/, in executeFenced()
142 const std::vector<nn::TokenValuePair>& /*hints*/, in createReusableExecution()
H A DBurst.cpp309 const std::vector<nn::TokenValuePair>& /*hints*/, in execute()
359 const std::vector<nn::TokenValuePair>& /*hints*/, in createReusableExecution()
H A DDevice.cpp240 const std::vector<nn::TokenValuePair>& /*hints*/, in prepareModel()
/aosp_15_r20/packages/modules/NeuralNetworks/driver/sample/
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()
DCanonicalBurst.cpp45 const std::vector<TokenValuePair>& /*hints*/, in execute()
53 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()
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DPreparedModel.cpp139 const std::vector<nn::TokenValuePair>& /*hints*/, in execute()
183 const std::vector<nn::TokenValuePair>& /*hints*/, in executeFenced()
238 const std::vector<nn::TokenValuePair>& /*hints*/, in createReusableExecution()
H A DDevice.cpp191 const std::vector<nn::TokenValuePair>& /*hints*/, in prepareModel()
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypes.h1059 struct TokenValuePair { struct
1071 int32_t token;
1075 std::vector<uint8_t> value;
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks-V4-ndk-source/gen/include/aidl/android/hardware/neuralnetworks/
DExecutionConfig.h27 class TokenValuePair; variable
DPrepareModelConfig.h29 class TokenValuePair; variable
/aosp_15_r20/external/cronet/net/cookies/
H A Dparsed_cookie.h23 typedef std::pair<std::string, std::string> TokenValuePair; typedef
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.1/utils/src/
H A DDevice.cpp147 const std::vector<nn::TokenValuePair>& /*hints*/, in prepareModel()
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DManager.cpp1030 const std::vector<TokenValuePair>& /*metaData*/, in prepareModel()
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/src/
DValidation.cpp1142 Result<Version> validateTokenValuePair(const TokenValuePair& /*tokenValuePair*/) { in validateTokenValuePair()