6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
|
package rockchip.hardware.neuralnetworks@1.0;
|
||
|
|
||
|
interface IGetResultCallback {
|
||
|
oneway notify(ErrorStatus status, Response response);
|
||
|
};
|