GPUOptions.Experimental.VirtualDevices

GPUOptions.Experimental.VirtualDevices คลาสสุดท้ายแบบคงที่สาธารณะ

 Configuration for breaking down a visible GPU into multiple "virtual"
 devices.
 
Protobuf ประเภท tensorflow.GPUOptions.Experimental.VirtualDevices

คลาสที่ซ้อนกัน

ระดับ GPUOptions.Experimental.VirtualDevices.Builder
 Configuration for breaking down a visible GPU into multiple "virtual"
 devices. 

ค่าคงที่

ภายใน MEMORY_LIMIT_MB_FIELD_NUMBER
ภายใน PRIORITY_FIELD_NUMBER

วิธีการสาธารณะ

บูลีน
เท่ากับ (วัตถุ obj)
GPUOptions แบบคงที่การทดลองอุปกรณ์เสมือน
GPUOptions.Experimental.VirtualDevices
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
ลอย
getMemoryLimitMb (ดัชนี int)
 Per "virtual" device memory limit, in MB.
ภายใน
getMemoryLimitMbCount ()
 Per "virtual" device memory limit, in MB.
รายการ<ลอย>
getMemoryLimitMbList ()
 Per "virtual" device memory limit, in MB.
ภายใน
getPriority (ดัชนี int)
 Priority values to use with the virtual devices.
ภายใน
รับ PriorityCount ()
 Priority values to use with the virtual devices.
รายการ<จำนวนเต็ม>
รับ PriorityList ()
 Priority values to use with the virtual devices.
ภายใน
สุดท้าย com.google.protobuf.UnknownFieldSet
ภายใน
บูลีนสุดท้าย
GPUOptions.Experimental.VirtualDevices.Builder แบบคงที่
GPUOptions.Experimental.VirtualDevices.Builder แบบคงที่
GPUOptions.Experimental.VirtualDevices.Builder
GPUOptions แบบคงที่การทดลองอุปกรณ์เสมือน
parseDelimitedFrom (อินพุต InputStream)
GPUOptions แบบคงที่การทดลองอุปกรณ์เสมือน
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GPUOptions แบบคงที่การทดลองอุปกรณ์เสมือน
parseFrom (ข้อมูล ByteBuffer)
GPUOptions แบบคงที่การทดลองอุปกรณ์เสมือน
parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GPUOptions แบบคงที่การทดลองอุปกรณ์เสมือน
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GPUOptions แบบคงที่การทดลองอุปกรณ์เสมือน
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
GPUOptions แบบคงที่การทดลองอุปกรณ์เสมือน
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GPUOptions แบบคงที่การทดลองอุปกรณ์เสมือน
parseFrom (ข้อมูล com.google.protobuf.ByteString)
GPUOptions แบบคงที่การทดลองอุปกรณ์เสมือน
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GPUOptions แบบคงที่การทดลองอุปกรณ์เสมือน
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
GPUOptions.Experimental.VirtualDevices.Builder
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

วิธีการสืบทอด

ค่าคงที่

สาธารณะคงสุดท้าย int MEMORY_LIMIT_MB_FIELD_NUMBER

ค่าคงที่: 1

สาธารณะคงสุดท้าย int PRIORITY_FIELD_NUMBER

ค่าคงที่: 2

วิธีการสาธารณะ

บูลีนสาธารณะ เท่ากับ (Object obj)

GPUOptions.Experimental.VirtualDevices แบบคงที่สาธารณะ getDefaultInstance ()

GPUOptions สาธารณะ.Experimental.VirtualDevices getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

โฟลตสาธารณะ getMemoryLimitMb (ดัชนี 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 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;

รายการสาธารณะ <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;

สาธารณะ getParserForType ()

สาธารณะ int getPriority (ดัชนี 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 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;

รายการสาธารณะ <จำนวนเต็ม> 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 getSerializedSize ()

สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()

สาธารณะ int hashCode ()

บูลีนสุดท้ายสาธารณะ isInitialized ()

GPUOptions แบบคงที่สาธารณะการทดลอง VirtualDevices.Builder newBuilder ()

GPUOptions แบบคงที่สาธารณะExperimental.VirtualDevices.Builder newBuilder (ต้นแบบ GPUOptions.Experimental.VirtualDevices )

GPUOptions สาธารณะ.Experimental.VirtualDevices.Builder newBuilderForType ()

GPUOptions.Experimental.VirtualDevices แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream)

ขว้าง
IOข้อยกเว้น

GPUOptions.Experimental.VirtualDevices แบบคงที่สาธารณะ parseDelimitedFrom (อินพุตสตรีมอินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

GPUOptions.Experimental.VirtualDevices แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

GPUOptions แบบคงที่สาธารณะExperimental.VirtualDevices parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

GPUOptions แบบคงที่สาธารณะExperimental.VirtualDevices parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

GPUOptions.Experimental.VirtualDevices แบบคงที่สาธารณะ แยกวิเคราะห์จาก (com.google.protobuf.CodedInputStream อินพุต)

ขว้าง
IOข้อยกเว้น

GPUOptions แบบคงที่สาธารณะExperimental.VirtualDevices parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

GPUOptions.Experimental.VirtualDevices แบบคงที่สาธารณะ แยกวิเคราะห์จาก (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

GPUOptions แบบคงที่สาธารณะExperimental.VirtualDevices parseFrom (อินพุตInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

GPUOptions.Experimental.VirtualDevices แบบคงที่สาธารณะ แยกวิเคราะห์จาก (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

GPUOptions สาธารณะ.Experimental.VirtualDevices.Builder toBuilder ()

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

ขว้าง
IOข้อยกเว้น