lớp cuối cùng tĩnh công khai GPUOptions.Experimental.VirtualDevices
Configuration for breaking down a visible GPU into multiple "virtual" devices.
tensorflow.GPUOptions.Experimental.VirtualDevices
Các lớp lồng nhau
lớp học | GPUOptions.Experimental.VirtualDevices.Builder | Configuration for breaking down a visible GPU into multiple "virtual" devices. |
Hằng số
int | MEMORY_LIMIT_MB_FIELD_NUMBER | |
int | PRIORITY_FIELD_NUMBER |
Phương pháp công cộng
boolean | bằng (Đối tượng obj) |
GPUOptions.Experimental.VirtualDevices tĩnh | |
GPUOptions.Experimental.VirtualDevices | |
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng | |
trôi nổi | getMemoryLimitMb (chỉ mục int) Per "virtual" device memory limit, in MB. |
int | getMemoryLimitMbCount () Per "virtual" device memory limit, in MB. |
Danh sách<Float> | getMemoryLimitMbList () Per "virtual" device memory limit, in MB. |
int | getPriority (chỉ số int) Priority values to use with the virtual devices. |
int | getPriorityCount () Priority values to use with the virtual devices. |
Danh sách<Số nguyên> | getPriorityList () Priority values to use with the virtual devices. |
int | |
com.google.protobuf.UnknownFieldSet cuối cùng | |
int | mã băm () |
boolean cuối cùng | |
GPUOptions.Experimental.VirtualDevices.Builder tĩnh | |
GPUOptions.Experimental.VirtualDevices.Builder tĩnh | newBuilder ( nguyên mẫu GPUOptions.Experimental.VirtualDevices ) |
GPUOptions.Experimental.VirtualDevices.Builder | |
GPUOptions.Experimental.VirtualDevices tĩnh | phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào) |
GPUOptions.Experimental.VirtualDevices tĩnh | phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào, com.google.protobuf.ExtensionRegistryLite tiện ích mở rộngRegistry) |
GPUOptions.Experimental.VirtualDevices tĩnh | ParseFrom (dữ liệu ByteBuffer) |
GPUOptions.Experimental.VirtualDevices tĩnh | ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
GPUOptions.Experimental.VirtualDevices tĩnh | ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
GPUOptions.Experimental.VirtualDevices tĩnh | ParseFrom (đầu vào com.google.protobuf.CodedInputStream) |
GPUOptions.Experimental.VirtualDevices tĩnh | ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
GPUOptions.Experimental.VirtualDevices tĩnh | ParseFrom (dữ liệu com.google.protobuf.ByteString) |
GPUOptions.Experimental.VirtualDevices tĩnh | ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
GPUOptions.Experimental.VirtualDevices tĩnh | ParseFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
tĩnh | |
GPUOptions.Experimental.VirtualDevices.Builder | toBuilder () |
trống rỗng | writeTo (đầu ra com.google.protobuf.CodedOutputStream) |
Phương pháp kế thừa
Hằng số
int tĩnh công khai MEMORY_LIMIT_MB_FIELD_NUMBER
Giá trị không đổi: 1
int cuối cùng tĩnh công khai PRIORITY_FIELD_NUMBER
Giá trị không đổi: 2
Phương pháp công cộng
boolean công khai bằng (Object obj)
công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()
float công khai getMemoryLimitMb (chỉ mục 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;
int công khai 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;
Danh sách công khai<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;
công cộng getParserForType ()
int công khai getPriority (chỉ mục 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;
int công khai 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;
Danh sách công khai<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;
int công khai getSerializedSize ()
trận chung kết công khai com.google.protobuf.UnknownFieldSet getUnknownFields ()
mã băm int công khai ()
boolean cuối cùng công khai được khởi tạo ()
GPUOptions.Experimental.VirtualDevices.Builder newBuilder tĩnh công khai ( nguyên mẫu GPUOptions.Experimental.VirtualDevices )
GPUOptions.Experimental.VirtualDevices phân tích cú pháp tĩnh công khai GPUOptions.Experimental.VirtualDelimitedFrom (Đầu vào luồng đầu vào)
Ném
IOException |
---|
công khai GPUOptions.Experimental.VirtualDevices phân tích cú phápDelimitedFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
GPUOptions.Experimental.VirtualDevices phân tích cú pháp từ công khai GPUOptions.Experimental.VirtualDevices (dữ liệu ByteBuffer)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
công khai GPUOptions.Experimental.VirtualDevices phân tích cú phápFrom (com.google.protobuf.CodedInputStream đầu vào, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
công khai GPUOptions.Experimental.VirtualDevices phân tích cú phápFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
GPUOptions.Experimental.VirtualDevices phân tích cú pháp từ công khai GPUOptions.Experimental.VirtualDevices (đầu vào com.google.protobuf.CodedInputStream)
Ném
IOException |
---|
công khai GPUOptions.Experimental.VirtualDevices phân tích cú phápFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
GPUOptions.Experimental.VirtualDevices phân tích cú pháp từ công khai GPUOptions.Experimental.VirtualDevices (dữ liệu com.google.protobuf.ByteString)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
GPUOptions.Experimental.VirtualDevices phân tích cú pháp từ công khai GPUOptions.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
công khai GPUOptions.Experimental.VirtualDevices phân tích cú phápFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
công cộng tĩnh trình phân tích cú pháp ()
public void writeTo (đầu ra com.google.protobuf.CodedOutputStream)
Ném
IOException |
---|