diff --git a/index.bs b/index.bs index 1fe3a244..85eafe3f 100644 --- a/index.bs +++ b/index.bs @@ -1374,8 +1374,15 @@ A {{MLContext}} is lost if its The {{MLGraph}} interface represents a compiled computational graph. A compiled graph once constructed is immutable and cannot be subsequently changed. @@ -1405,6 +1412,17 @@ interface MLGraph { +### {{MLGraph/devices}} ### {#api-mlgraph-devices} +The devices attribute is a {{FrozenArray}} containing the list of {{MLDeviceType}}s that the {{MLGraph}} will be executed on. A graph could be executed on multiple types of devices that are one of following: +