Merge "Adding policies for allowing inference services with TPU from isolated_compute_app" into main
This commit is contained in:
commit
5a574f45ab
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
# EdgeTPU device (DarwiNN)
|
||||
type edgetpu_device, dev_type, mlstrustedobject;
|
||||
type edgetpu_device, dev_type, mlstrustedobject, isolated_compute_allowed_device;
|
||||
|
|
|
@ -4,4 +4,4 @@ type edgetpu_dba_service, app_api_service, service_manager_type, isolated_comput
|
|||
type edgetpu_tachyon_service, app_api_service, service_manager_type, isolated_compute_allowed_service;
|
||||
|
||||
# EdgeTPU binder service type declaration.
|
||||
type edgetpu_app_service, service_manager_type;
|
||||
type edgetpu_app_service, service_manager_type, isolated_compute_allowed_service;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue