الفئة النهائية العامة الثابتة GPUOptions.Experimental.VirtualDevices
Configuration for breaking down a visible GPU into multiple "virtual" devices.
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 |
الأساليب العامة
منطقية | يساوي (كائن كائن) |
ثابت GPUOptions.Experimental.VirtualDevices | |
GPUOptions.Experimental.VirtualDevices | |
النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
يطفو | 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. |
كثافة العمليات | |
النهائي com.google.protobuf.UnknownFieldSet | |
كثافة العمليات | رمز التجزئة () |
منطقية نهائية | تمت التهيئة () |
ثابت GPUOptions.Experimental.VirtualDevices.Builder | منشئ جديد () |
ثابت GPUOptions.Experimental.VirtualDevices.Builder | newBuilder (النموذج الأولي لـ GPUOptions.Experimental.VirtualDevices ) |
GPUOptions.Experimental.VirtualDevices.Builder | |
ثابت GPUOptions.Experimental.VirtualDevices | parseDelimitedFrom (إدخال InputStream) |
ثابت GPUOptions.Experimental.VirtualDevices | parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت GPUOptions.Experimental.VirtualDevices | parseFrom (بيانات ByteBuffer) |
ثابت GPUOptions.Experimental.VirtualDevices | parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت GPUOptions.Experimental.VirtualDevices | parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت GPUOptions.Experimental.VirtualDevices | parseFrom (com.google.protobuf.CodedInputStream الإدخال) |
ثابت GPUOptions.Experimental.VirtualDevices | parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت GPUOptions.Experimental.VirtualDevices | parseFrom (بيانات com.google.protobuf.ByteString) |
ثابت GPUOptions.Experimental.VirtualDevices | parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت GPUOptions.Experimental.VirtualDevices | parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت | محلل () |
GPUOptions.Experimental.VirtualDevices.Builder | إلى البناء () |
فارغ | writeTo (com.google.protobuf.CodedOutputStream الإخراج) |
الطرق الموروثة
الثوابت
العدد النهائي الثابت العام MEMORY_LIMIT_MB_FIELD_NUMBER
القيمة الثابتة: 1
العدد النهائي الثابت العام PRIORITY_FIELD_NUMBER
القيمة الثابتة: 2
الأساليب العامة
القيمة المنطقية العامة تساوي (Object obj)
النهائي العام الثابت 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;
عام الحصول على بارسيرفورتيب ()
int public 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 public 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 public getSerializedSize ()
النهائي العام com.google.protobuf.UnknownFieldSet getUnknownFields ()
كود التجزئة الدولي العام ()
تمت تهيئة القيمة المنطقية النهائية العامة ()
GPUOptions.Experimental.VirtualDevices.Builder newBuilder العام الثابت ( GPUOptions.Experimental.VirtualDevices النموذج الأولي)
GPUOptions.Experimental.VirtualDevices العامة الثابتة parseDelimitedFrom (إدخال InputStream)
رميات
IOEException |
---|
GPUOptions.Experimental.VirtualDevices العام الثابت parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
GPUOptions.Experimental.VirtualDevices العامة الثابتة تحليل من (بيانات ByteBuffer)
رميات
InvalidProtocolBufferException |
---|
GPUOptions.Experimental.VirtualDevices العام الثابت parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
GPUOptions.Experimental.VirtualDevices العام الثابت، parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
GPUOptions.Experimental.VirtualDevices parseFrom الثابت العام (com.google.protobuf.CodedInputStream input)
رميات
IOEException |
---|
GPUOptions.Experimental.VirtualDevices العامة الثابتة ، تحليل من (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
GPUOptions.Experimental.VirtualDevices العامة الثابتة parseFrom (com.google.protobuf.ByteString data)
رميات
InvalidProtocolBufferException |
---|
GPUOptions.Experimental.VirtualDevices العام الثابت، parseFrom (InputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
GPUOptions.Experimental.VirtualDevices العامة الثابتة parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
ساكنة عامة محلل ()
الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)
رميات
IOEException |
---|