GPUOptions.Experimental.VirtualDevices.Builder

পাবলিক স্ট্যাটিক ফাইনাল ক্লাস GPUOptions.Experimental.VirtualDevices.Builder

 Configuration for breaking down a visible GPU into multiple "virtual"
 devices.
 
Protobuf টাইপ tensorflow.GPUOptions.Experimental.VirtualDevices

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

GPUOptions.Experimental.VirtualDevices.Builder
addAllMemoryLimitMb (Iterable<? প্রসারিত করে Float> মান)
 Per "virtual" device memory limit, in MB.
GPUOptions.Experimental.VirtualDevices.Builder
addAllPriority (Iterable<? পূর্ণসংখ্যা> মান বাড়ায়)
 Priority values to use with the virtual devices.
GPUOptions.Experimental.VirtualDevices.Builder
addMemoryLimitMb (ফ্লোট মান)
 Per "virtual" device memory limit, in MB.
GPUOptions.Experimental.VirtualDevices.Builder
অগ্রাধিকার যোগ করুন (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
clearField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র)
GPUOptions.Experimental.VirtualDevices.Builder
clearMemoryLimitMb ()
 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 (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.
চূড়ান্ত বুলিয়ান
GPUOptions.Experimental.VirtualDevices.Builder
mergeFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
GPUOptions.Experimental.VirtualDevices.Builder
mergeFrom (com.google.protobuf.অন্যান্য বার্তা পাঠান)
চূড়ান্ত GPUOptions.Experimental.VirtualDevices.Builder
একত্রিত করুন অজানাক্ষেত্র (com.google.protobuf.UnknownFieldSet অজানাক্ষেত্র)
GPUOptions.Experimental.VirtualDevices.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান)
GPUOptions.Experimental.VirtualDevices.Builder
setMemoryLimitMb (int সূচক, ফ্লোট মান)
 Per "virtual" device memory limit, in MB.
GPUOptions.Experimental.VirtualDevices.Builder
সেট অগ্রাধিকার (int সূচক, int মান)
 Priority values to use with the virtual devices.
GPUOptions.Experimental.VirtualDevices.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, int সূচক, অবজেক্ট মান)
চূড়ান্ত GPUOptions.Experimental.VirtualDevices.Builder
সেটUnknownFields (com.google.protobuf.UnknownFieldসেট অজানাফিল্ড)

উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি

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

সর্বজনীন GPUOptions.Experimental.VirtualDevices.Builder addAllMemoryLimitMb (Iterable<? প্রসারিত করে Float> মান)

 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<? প্রসারিত পূর্ণসংখ্যা> মান)

 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 value)

 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 বিল্ড ()

সর্বজনীন GPUOptions.Experimental.VirtualDevices build Partial ()

সর্বজনীন GPUOptions.Experimental.VirtualDevices.Builder clear ()

সর্বজনীন 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 clear Priority ()

 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 ক্লোন ()

সর্বজনীন GPUOptions.Experimental.VirtualDevices getDefaultInstanceForType ()

পাবলিক স্ট্যাটিক ফাইনাল 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;

পাবলিক 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;

সর্বজনীন চূড়ান্ত বুলিয়ান শুরু হয়েছে ()

সর্বজনীন GPUOptions.Experimental.VirtualDevices.Builder mergeFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
IOException

সর্বজনীন GPUOptions.Experimental.VirtualDevices.Builder mergeFrom (com.google.protobuf.অন্যান্য বার্তা)

সর্বজনীন চূড়ান্ত GPUOptions.Experimental.VirtualDevices.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

সর্বজনীন GPUOptions.Experimental.VirtualDevices.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, বস্তুর মান)

সর্বজনীন GPUOptions.Experimental.VirtualDevices.Builder setMemoryLimitMb (int index, float value)

 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 index, int value)

 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 setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ক্ষেত্র, int সূচক, অবজেক্ট মান)

সর্বজনীন চূড়ান্ত GPUOptions.Experimental.VirtualDevices.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)