publiczna statyczna klasa końcowa GPUOptions.Experimental.VirtualDevices
Configuration for breaking down a visible GPU into multiple "virtual" devices.
tensorflow.GPUOptions.Experimental.VirtualDevices
Klasy zagnieżdżone
klasa | GPUOptions.Experimental.VirtualDevices.Builder | Configuration for breaking down a visible GPU into multiple "virtual" devices. |
Stałe
wew | MEMORY_LIMIT_MB_FIELD_NUMBER | |
wew | PRIORITY_FIELD_NUMBER |
Metody publiczne
wartość logiczna | równa się (obiekt obiektu) |
statyczne opcje GPU.Eksperymentalne.Urządzenia wirtualne | |
Opcje GPU. Eksperymentalne. Urządzenia wirtualne | |
końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
platforma | getMemoryLimitMb (indeks int) Per "virtual" device memory limit, in MB. |
wew | getMemoryLimitMbCount () Per "virtual" device memory limit, in MB. |
Lista<Float> | getMemoryLimitMbList () Per "virtual" device memory limit, in MB. |
wew | getPriority (indeks int) Priority values to use with the virtual devices. |
wew | getPriorityCount () Priority values to use with the virtual devices. |
Lista<liczba całkowita> | pobierz listę priorytetów () Priority values to use with the virtual devices. |
wew | |
końcowy com.google.protobuf.UnknownFieldSet | |
wew | hashCode () |
końcowa wartość logiczna | |
statyczne GPUOptions.Experimental.VirtualDevices.Builder | nowyBuilder () |
statyczne GPUOptions.Experimental.VirtualDevices.Builder | newBuilder (prototyp GPUOptions.Experimental.VirtualDevices ) |
GPUOptions.Experimental.VirtualDevices.Builder | |
statyczne opcje GPU.Eksperymentalne.Urządzenia wirtualne | parseDelimitedFrom (wejście strumienia wejściowego) |
statyczne opcje GPU.Eksperymentalne.Urządzenia wirtualne | parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne opcje GPU.Eksperymentalne.Urządzenia wirtualne | parseFrom (dane ByteBuffer) |
statyczne opcje GPU.Eksperymentalne.Urządzenia wirtualne | parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne opcje GPU.Eksperymentalne.Urządzenia wirtualne | parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne opcje GPU.Eksperymentalne.Urządzenia wirtualne | parseFrom (wejście com.google.protobuf.CodedInputStream) |
statyczne opcje GPU.Eksperymentalne.Urządzenia wirtualne | parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry) |
statyczne opcje GPU.Eksperymentalne.Urządzenia wirtualne | parseFrom (dane com.google.protobuf.ByteString) |
statyczne opcje GPU.Eksperymentalne.Urządzenia wirtualne | parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne opcje GPU.Eksperymentalne.Urządzenia wirtualne | parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny | parser () |
GPUOptions.Experimental.VirtualDevices.Builder | |
próżnia | writeTo (wyjście com.google.protobuf.CodedOutputStream) |
Metody dziedziczone
Stałe
publiczny statyczny końcowy int MEMORY_LIMIT_MB_FIELD_NUMBER
Wartość stała: 1
publiczny statyczny końcowy int PRIORITY_FIELD_NUMBER
Wartość stała: 2
Metody publiczne
publiczna wartość logiczna równa się (obiekt obiektu)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
publiczny float getMemoryLimitMb (indeks int)
Per "virtual" device memory limit, in MB. The number of elements in the list is the number of virtual devices to create on the corresponding visible GPU (see "virtual_devices" below). If empty, it will create single virtual device taking all available memory from the device. For the concept of "visible" and "virtual" GPU, see the comments for "visible_device_list" above for more information.
repeated float memory_limit_mb = 1;
public int getMemoryLimitMbCount ()
Per "virtual" device memory limit, in MB. The number of elements in the list is the number of virtual devices to create on the corresponding visible GPU (see "virtual_devices" below). If empty, it will create single virtual device taking all available memory from the device. For the concept of "visible" and "virtual" GPU, see the comments for "visible_device_list" above for more information.
repeated float memory_limit_mb = 1;
public List<Float> getMemoryLimitMbList ()
Per "virtual" device memory limit, in MB. The number of elements in the list is the number of virtual devices to create on the corresponding visible GPU (see "virtual_devices" below). If empty, it will create single virtual device taking all available memory from the device. For the concept of "visible" and "virtual" GPU, see the comments for "visible_device_list" above for more information.
repeated float memory_limit_mb = 1;
publiczny getParserForType ()
public int getPriority (indeks int)
Priority values to use with the virtual devices. Use the cuda function cudaDeviceGetStreamPriorityRange to query for valid range of values for priority. On a P4000 GPU with cuda 10.1, the priority range reported was 0 for least priority and -1 for greatest priority. If this field is not specified, then the virtual devices will be created with the default. If this field has values set, then the size of this must match with the above memory_limit_mb.
repeated int32 priority = 2;
publiczny int getPriorityCount ()
Priority values to use with the virtual devices. Use the cuda function cudaDeviceGetStreamPriorityRange to query for valid range of values for priority. On a P4000 GPU with cuda 10.1, the priority range reported was 0 for least priority and -1 for greatest priority. If this field is not specified, then the virtual devices will be created with the default. If this field has values set, then the size of this must match with the above memory_limit_mb.
repeated int32 priority = 2;
public List<Integer> getPriorityList ()
Priority values to use with the virtual devices. Use the cuda function cudaDeviceGetStreamPriorityRange to query for valid range of values for priority. On a P4000 GPU with cuda 10.1, the priority range reported was 0 for least priority and -1 for greatest priority. If this field is not specified, then the virtual devices will be created with the default. If this field has values set, then the size of this must match with the above memory_limit_mb.
repeated int32 priority = 2;
publiczny int getSerializedSize ()
publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()
publiczny int hashCode ()
publiczna końcowa wartość logiczna isInitialized ()
publiczny statyczny GPUOptions.Experimental.VirtualDevices.Builder newBuilder (prototyp GPUOptions.Experimental.VirtualDevices )
public static GPUOptions.Experimental.VirtualDevices parseDelimitedFrom (wejście InputStream)
Rzuca
Wyjątek IO |
---|
public static GPUOptions.Experimental.VirtualDevices parseDelimitedFrom (dane wejściowe wejściowe strumienia wejściowego, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static GPUOptions.Experimental.VirtualDevices parseFrom (dane ByteBuffer)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczne statyczne GPUOptions.Experimental.VirtualDevices parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static GPUOptions.Experimental.VirtualDevices parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static GPUOptions.Experimental.VirtualDevices parseFrom (wejście com.google.protobuf.CodedInputStream)
Rzuca
Wyjątek IO |
---|
public static GPUOptions.Experimental.VirtualDevices parseFrom (bajt[] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static GPUOptions.Experimental.VirtualDevices parseFrom (dane com.google.protobuf.ByteString)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static GPUOptions.Experimental.VirtualDevices parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
publiczne statyczne GPUOptions.Experimental.VirtualDevices parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczna statyka parser ()
public void writeTo (wyjście com.google.protobuf.CodedOutputStream)
Rzuca
Wyjątek IO |
---|