सार्वजनिक स्थैतिक इंटरफ़ेस 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. |
सार इंट | प्राथमिकता प्राप्त करें (int सूचकांक) 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;
सार्वजनिक सार सूची<फ्लोट> 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;
सार्वजनिक सार पूर्णांक getPriority (पूर्णांक सूचकांक)
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;