GPUOptions.Experimental.VirtualDevicesOrBuilder

পাবলিক স্ট্যাটিক ইন্টারফেস GPUOptions.Experimental.VirtualDevicesOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত ভাসা
getMemoryLimitMb (int সূচক)
 Per "virtual" device memory limit, in MB.
বিমূর্ত int
getMemoryLimitMbCount ()
 Per "virtual" device memory limit, in MB.
বিমূর্ত তালিকা<ফ্লোট>
getMemoryLimitMbList ()
 Per "virtual" device memory limit, in MB.
বিমূর্ত int
getPriority (int সূচক)
 Priority values to use with the virtual devices.
বিমূর্ত int
প্রাপ্ত অগ্রাধিকার গণনা ()
 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;