vendor/rockchip/hardware/interfaces/neuralnetworks/1.0/IGetResultCallback.hal

6 lines
139 B
Plaintext
Raw Normal View History

2025-08-25 08:12:20 +08:00
package rockchip.hardware.neuralnetworks@1.0;
interface IGetResultCallback {
oneway notify(ErrorStatus status, Response response);
};