Implement partial canonical Burst in NN util code
This CL adds a simple implementation of IBurst that dispatches calls to an IPreparedModel object and changes IPreparedModel::configureExecutionBurst to return this new object (instead of returning an error). This CL additionally defines an InvalidBurst class that returns errors whenever it is used and a ResilientBurst class to recover an IBurst object when it has died. Bug: 177267324 Test: mma Change-Id: I4c7e7ff4e6559aeb5e62c4fa02f2e751fef9d87d Merged-In: I4c7e7ff4e6559aeb5e62c4fa02f2e751fef9d87d (cherry picked from commit 44f324fb)
Loading
Please register or sign in to comment