Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/4/android/hardware/neuralnetworks/
DIBurst.aidl37 …onously(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in b… in executeSynchronously()
39 …hConfig(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in a… in executeSynchronouslyWithConfig()
/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
DIBurst.aidl105 ExecutionResult executeSynchronously(in Request request, in long[] memoryIdentifierTokens, in executeSynchronously()
131 in long[] memoryIdentifierTokens, in ExecutionConfig config, in long deadlineNs); in executeSynchronouslyWithConfig()
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
DIBurst.aidl37 …onously(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in b… in executeSynchronously()
39 …hConfig(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in a… in executeSynchronouslyWithConfig()
/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/
DBurst.cpp70 nn::Request* request, const std::vector<int64_t>& memoryIdentifierTokens, in ensureAllMemoriesAreCached()
95 const std::vector<int64_t>& memoryIdentifierTokens, bool measureTiming, int64_t deadlineNs, in executeSynchronously()
155 const std::vector<int64_t>& memoryIdentifierTokens, in executeSynchronously()
173 const Request& request, const std::vector<int64_t>& memoryIdentifierTokens, in executeSynchronouslyWithConfig()
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/
DIBurst.aidl37 …onously(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in b… in executeSynchronously()
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/3/android/hardware/neuralnetworks/
DIBurst.aidl37 …onously(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in b… in executeSynchronously()
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/2/android/hardware/neuralnetworks/
DIBurst.aidl37 …onously(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in b… in executeSynchronously()
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DBurst.cpp197 std::vector<int64_t> memoryIdentifierTokens; in execute() local
218 const Request& request, const std::vector<int64_t>& memoryIdentifierTokens, bool measure, in executeInternal()
280 std::vector<int64_t> memoryIdentifierTokens; in createReusableExecution() local
305 std::vector<int64_t> memoryIdentifierTokens, bool measure, int64_t loopTimeoutDuration, in create()
321 Request request, std::vector<int64_t> memoryIdentifierTokens, in BurstExecution()