GPUOptions.Experimental.VirtualDevicesOrBuilder

الواجهة العامة الثابتة GPUOptions.Experimental.VirtualDevicesOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

تعويم مجردة
getMemoryLimitMb (فهرس كثافة العمليات)
 Per "virtual" device memory limit, in MB.
كثافة العمليات مجردة
getMemoryLimitMbCount ()
 Per "virtual" device memory limit, in MB.
قائمة مجردة<تعويم>
getMemoryLimitMbList ()
 Per "virtual" device memory limit, in MB.
كثافة العمليات مجردة
الحصول على الأولوية (مؤشر كثافة العمليات)
 Priority values to use with the virtual devices.
كثافة العمليات مجردة
الحصول على الأولوية ()
 Priority values to use with the virtual devices.
قائمة مجردة<عدد صحيح>
الحصول على قائمة الأولويات ()
 Priority values to use with the virtual devices.

الأساليب العامة

تعويم الملخص العام 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;

الملخص العام 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;

قائمة مجردة عامة<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;