/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/ |
D | PreparedModel.h | 54 const std::vector<nn::TokenValuePair>& hints, 62 const std::vector<nn::TokenValuePair>& hints, 68 const std::vector<nn::TokenValuePair>& hints, 77 const std::vector<nn::TokenValuePair>& hints, 86 const std::vector<nn::TokenValuePair>& hints,
|
D | Conversions.h | 106 GeneralResult<TokenValuePair> unvalidatedConvert(const aidl_hal::TokenValuePair& tokenValuePair); 132 GeneralResult<std::vector<TokenValuePair>> convert( 133 const std::vector<aidl_hal::TokenValuePair>& metaData); 187 nn::GeneralResult<TokenValuePair> unvalidatedConvert(const nn::TokenValuePair& tokenValuePair); 218 nn::GeneralResult<std::vector<TokenValuePair>> convert( 219 const std::vector<nn::TokenValuePair>& metaData);
|
D | Burst.h | 103 const std::vector<nn::TokenValuePair>& hints, 110 const std::vector<nn::TokenValuePair>& hints, 116 const std::vector<nn::TokenValuePair>& hints,
|
/hardware/interfaces/neuralnetworks/utils/common/src/ |
D | InvalidPreparedModel.cpp | 34 const std::vector<nn::TokenValuePair>& /*hints*/, in execute() argument 45 const std::vector<nn::TokenValuePair>& /*hints*/, in executeFenced() argument 53 const std::vector<nn::TokenValuePair>& /*hints*/, in createReusableExecution() argument
|
D | InvalidBurst.cpp | 38 const std::vector<nn::TokenValuePair>& /*hints*/, in execute() argument 46 const std::vector<nn::TokenValuePair>& /*hints*/, in createReusableExecution() argument
|
D | ResilientPreparedModel.cpp | 110 const std::vector<nn::TokenValuePair>& hints, in execute() 126 const std::vector<nn::TokenValuePair>& hints, in executeFenced() 140 const std::vector<nn::TokenValuePair>& hints, in createReusableExecution() 173 const std::vector<nn::TokenValuePair>& hints, in createReusableExecutionInternal()
|
D | ResilientBurst.cpp | 109 const std::vector<nn::TokenValuePair>& hints, in execute() 122 const std::vector<nn::TokenValuePair>& hints, in createReusableExecution() 142 const std::vector<nn::TokenValuePair>& hints, in createReusableExecutionInternal()
|
/hardware/interfaces/neuralnetworks/utils/common/test/ |
D | MockPreparedModel.h | 31 const std::vector<TokenValuePair>& hints, 39 const std::vector<TokenValuePair>& hints, 45 const std::vector<TokenValuePair>& hints,
|
/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/ |
D | ExecutionConfig.aidl | 20 import android.hardware.neuralnetworks.TokenValuePair; 53 TokenValuePair[] executionHints;
|
D | PrepareModelConfig.aidl | 22 import android.hardware.neuralnetworks.TokenValuePair; 93 TokenValuePair[] compilationHints;
|
D | TokenValuePair.aidl | 23 parcelable TokenValuePair {
|
/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/ |
D | ResilientPreparedModel.h | 53 const std::vector<nn::TokenValuePair>& hints, 61 const std::vector<nn::TokenValuePair>& hints, 67 const std::vector<nn::TokenValuePair>& hints, 79 const std::vector<nn::TokenValuePair>& metaData,
|
D | InvalidPreparedModel.h | 35 const std::vector<nn::TokenValuePair>& hints, 43 const std::vector<nn::TokenValuePair>& hints, 49 const std::vector<nn::TokenValuePair>& hints,
|
D | ResilientBurst.h | 52 const std::vector<nn::TokenValuePair>& hints, 58 const std::vector<nn::TokenValuePair>& hints, 66 const std::vector<nn::TokenValuePair>& hints,
|
D | InvalidBurst.h | 37 const std::vector<nn::TokenValuePair>& hints, 43 const std::vector<nn::TokenValuePair>& hints,
|
/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/ |
D | PreparedModel.h | 53 const std::vector<nn::TokenValuePair>& hints, 61 const std::vector<nn::TokenValuePair>& hints, 67 const std::vector<nn::TokenValuePair>& hints,
|
D | Burst.h | 49 const std::vector<nn::TokenValuePair>& hints, 55 const std::vector<nn::TokenValuePair>& hints,
|
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/ |
D | PreparedModel.h | 53 const std::vector<nn::TokenValuePair>& hints, 61 const std::vector<nn::TokenValuePair>& hints, 67 const std::vector<nn::TokenValuePair>& hints,
|
/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
D | Burst.cpp | 54 const std::vector<nn::TokenValuePair>& hints, in execute() 63 const std::vector<nn::TokenValuePair>& hints, in createReusableExecution()
|
D | PreparedModel.cpp | 63 const std::vector<nn::TokenValuePair>& /*hints*/, in execute() argument 104 const std::vector<nn::TokenValuePair>& /*hints*/, in executeFenced() argument 113 const std::vector<nn::TokenValuePair>& /*hints*/, in createReusableExecution() argument
|
/hardware/interfaces/neuralnetworks/1.3/utils/include/nnapi/hal/1.3/ |
D | PreparedModel.h | 52 const std::vector<nn::TokenValuePair>& hints, 60 const std::vector<nn::TokenValuePair>& hints, 66 const std::vector<nn::TokenValuePair>& hints,
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | Burst.cpp | 46 const std::vector<nn::TokenValuePair>& hints, 53 int64_t loopTimeoutDuration, const std::vector<nn::TokenValuePair>& hints, 71 const std::vector<nn::TokenValuePair> kHints; 183 const std::vector<nn::TokenValuePair>& hints, in execute() 219 int64_t deadline, int64_t loopTimeoutDuration, const std::vector<nn::TokenValuePair>& hints, in executeInternal() 267 const std::vector<nn::TokenValuePair>& hints, in createReusableExecution() 306 const std::vector<nn::TokenValuePair>& hints, in create() 323 const std::vector<nn::TokenValuePair>& hints, in BurstExecution()
|
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/4/android/hardware/neuralnetworks/ |
D | TokenValuePair.aidl | 36 parcelable TokenValuePair {
|
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/ |
D | TokenValuePair.aidl | 36 parcelable TokenValuePair {
|
D | ExecutionConfig.aidl | 39 android.hardware.neuralnetworks.TokenValuePair[] executionHints;
|