Home
last modified time | relevance | path

Searched defs:memoryIdentifierTokens (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DBurst.cpp190 std::vector<int64_t> memoryIdentifierTokens; in execute() local
212 const Request& request, const std::vector<int64_t>& memoryIdentifierTokens, bool measure, in executeInternal()
259 std::vector<int64_t> memoryIdentifierTokens; in createReusableExecution() local
283 std::vector<int64_t> memoryIdentifierTokens, bool measure, int64_t loopTimeoutDuration, in create()
297 Request request, std::vector<int64_t> memoryIdentifierTokens, in BurstExecution()
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/
H A DIBurst.aidl37 …onously(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in b… in executeSynchronously()
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
H A DIBurst.aidl37 …onously(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in b… in executeSynchronously()
/aosp12/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
H A DIBurst.aidl102 ExecutionResult executeSynchronously(in Request request, in long[] memoryIdentifierTokens, in executeSynchronously()
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/
H A DShimPreparedModel.cpp373 const Request& request, const std::vector<int64_t>& memoryIdentifierTokens, in executeSynchronously()
/aosp12/packages/modules/NeuralNetworks/driver/sample_aidl/
H A DSampleDriver.cpp608 const aidl_hal::Request& request, const std::vector<int64_t>& memoryIdentifierTokens, in executeSynchronously()