सार्वजनिक स्थैतिक अंतिम वर्ग GPUOptions.Experimental.VirtualDevices.Builder
Configuration for breaking down a visible GPU into multiple "virtual" devices.
tensorflow.GPUOptions.Experimental.VirtualDevices
सार्वजनिक तरीके
GPUOptions.Experimental.VirtualDevices.Builder | addAllMemoryLimitMb (Iterable<? विस्तारित फ़्लोट> मान) Per "virtual" device memory limit, in MB. |
GPUOptions.Experimental.VirtualDevices.Builder | addAllPriority (Iterable<? विस्तारित Integer> मान) Priority values to use with the virtual devices. |
GPUOptions.Experimental.VirtualDevices.Builder | addMemoryLimitMb (फ्लोट मान) Per "virtual" device memory limit, in MB. |
GPUOptions.Experimental.VirtualDevices.Builder | addPriority (int मान) Priority values to use with the virtual devices. |
GPUOptions.Experimental.VirtualDevices.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, ऑब्जेक्ट मान) |
GPUOptions.Experimental.VirtualDevices | निर्माण () |
GPUOptions.Experimental.VirtualDevices | बिल्डआंशिक () |
GPUOptions.Experimental.VirtualDevices.Builder | स्पष्ट () |
GPUOptions.Experimental.VirtualDevices.Builder | क्लियरफ़ील्ड (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड) |
GPUOptions.Experimental.VirtualDevices.Builder | क्लियरमेमोरीलिमिटएमबी () Per "virtual" device memory limit, in MB. |
GPUOptions.Experimental.VirtualDevices.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GPUOptions.Experimental.VirtualDevices.Builder | स्पष्ट प्राथमिकता () Priority values to use with the virtual devices. |
GPUOptions.Experimental.VirtualDevices.Builder | क्लोन () |
GPUOptions.Experimental.VirtualDevices | |
अंतिम स्थिर com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
तैरना | getMemoryLimitMb (इंट इंडेक्स) 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 यहाँ | प्राथमिकता प्राप्त करें (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. |
अंतिम बूलियन | |
GPUOptions.Experimental.VirtualDevices.Builder | मर्जफ्रॉम (com.google.protobuf.CodedInputStream इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री) |
GPUOptions.Experimental.VirtualDevices.Builder | मर्जफ्रॉम (com.google.protobuf.Message अन्य) |
अंतिम GPUOptions.Experimental.VirtualDevices.Builder | मर्जअज्ञातफ़ील्ड्स (com.google.protobuf.UnknownFieldSet अज्ञातफ़ील्ड्स) |
GPUOptions.Experimental.VirtualDevices.Builder | सेटफ़ील्ड (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, ऑब्जेक्ट मान) |
GPUOptions.Experimental.VirtualDevices.Builder | setMemoryLimitMb (इंट इंडेक्स, फ्लोट वैल्यू) Per "virtual" device memory limit, in MB. |
GPUOptions.Experimental.VirtualDevices.Builder | सेटप्रायोरिटी (इंट इंडेक्स, इंट वैल्यू) Priority values to use with the virtual devices. |
GPUOptions.Experimental.VirtualDevices.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, इंट इंडेक्स, ऑब्जेक्ट वैल्यू) |
अंतिम GPUOptions.Experimental.VirtualDevices.Builder | अज्ञात फ़ील्ड सेट करें (com.google.protobuf. अज्ञात फ़ील्ड सेट अज्ञात फ़ील्ड) |
विरासत में मिली विधियाँ
सार्वजनिक तरीके
सार्वजनिक GPUOptions.Experimental.VirtualDevices.Builder addAllMemoryLimitMb (Iterable<? विस्तारित फ़्लोट> मान)
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;
सार्वजनिक GPUOptions.Experimental.VirtualDevices.Builder addAllPriority (Iterable<? विस्तारित Integer> मान)
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;
सार्वजनिक GPUOptions.Experimental.VirtualDevices.Builder addMemoryLimitMb (फ़्लोट मान)
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;
सार्वजनिक GPUOptions.Experimental.VirtualDevices.Builder addPriority (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;
सार्वजनिक GPUOptions.Experimental.VirtualDevices.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, ऑब्जेक्ट मान)
सार्वजनिक GPUOptions.Experimental.VirtualDevices.Builder ClearField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड)
सार्वजनिक GPUOptions.Experimental.VirtualDevices.Builder ClearMemoryLimitMb ()
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;
सार्वजनिक GPUOptions.Experimental.VirtualDevices.Builder ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
सार्वजनिक GPUOptions.Experimental.VirtualDevices.Builder स्पष्ट प्राथमिकता ()
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;
सार्वजनिक स्थैतिक अंतिम com.google.protobuf.Descriptors.Descriptor getDescriptor ()
सार्वजनिक com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
सार्वजनिक फ्लोट 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;
सार्वजनिक पूर्णांक प्राप्त प्राथमिकता (पूर्णांक सूचकांक)
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;
सार्वजनिक पूर्णांक 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;
सार्वजनिक अंतिम बूलियन आरंभीकृत है ()
सार्वजनिक GPUOptions.Experimental.VirtualDevices.Builder mergeFrom (com.google.protobuf.CodedInputStream इनपुट, com.google.protobuf.ExtensionRegistryLite एक्सटेंशनरजिस्ट्री)
फेंकता
आईओएक्सेप्शन |
---|
सार्वजनिक GPUOptions.Experimental.VirtualDevices.Builder mergeFrom (com.google.protobuf.Message अन्य)
सार्वजनिक अंतिम GPUOptions.Experimental.VirtualDevices.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet अज्ञातFields)
सार्वजनिक GPUOptions.Experimental.VirtualDevices.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor फ़ील्ड, ऑब्जेक्ट मान)
सार्वजनिक GPUOptions.Experimental.VirtualDevices.Builder setMemoryLimitMb (इंट इंडेक्स, फ्लोट वैल्यू)
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;
सार्वजनिक GPUOptions.Experimental.VirtualDevices.Builder setPriority (int अनुक्रमणिका, 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;