GPUOptions.Experimental.VirtualDevicesOrBuilder
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Subkelas Tidak Langsung yang Diketahui |
Metode Publik
pelampung abstrak | |
abstrak ke dalam | |
Daftar abstrak<Float> | |
abstrak ke dalam | getPrioritas (indeks int)
Priority values to use with the virtual devices. |
abstrak ke dalam | |
Daftar abstrak<Bilangan Bulat> | |
Metode Publik
abstrak publik float getMemoryLimitMb (int indeks)
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;
abstrak publik 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;
Daftar abstrak publik<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;
abstrak publik int getPriority (indeks 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;
abstrak publik 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;
Daftar abstrak publik<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;
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-27 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-27 UTC."],[],[],null,["# GPUOptions.Experimental.VirtualDevicesOrBuilder\n\npublic static interface **GPUOptions.Experimental.VirtualDevicesOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [GPUOptions.Experimental.VirtualDevices](/jvm/api_docs/java/org/tensorflow/proto/framework/GPUOptions.Experimental.VirtualDevices), [GPUOptions.Experimental.VirtualDevices.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/GPUOptions.Experimental.VirtualDevices.Builder) |----------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------| | [GPUOptions.Experimental.VirtualDevices](/jvm/api_docs/java/org/tensorflow/proto/framework/GPUOptions.Experimental.VirtualDevices) | ``` Configuration for breaking down a visible GPU into multiple \"virtual\" devices. ``` | | [GPUOptions.Experimental.VirtualDevices.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/GPUOptions.Experimental.VirtualDevices.Builder) | ``` Configuration for breaking down a visible GPU into multiple \"virtual\" devices. ``` | |||\n\n### Public Methods\n\n|--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract float | [getMemoryLimitMb](/jvm/api_docs/java/org/tensorflow/proto/framework/GPUOptions.Experimental.VirtualDevicesOrBuilder#getMemoryLimitMb(int))(int index) ``` Per \"virtual\" device memory limit, in MB. ``` |\n| abstract int | [getMemoryLimitMbCount](/jvm/api_docs/java/org/tensorflow/proto/framework/GPUOptions.Experimental.VirtualDevicesOrBuilder#getMemoryLimitMbCount())() ``` Per \"virtual\" device memory limit, in MB. ``` |\n| abstract List\\\u003cFloat\\\u003e | [getMemoryLimitMbList](/jvm/api_docs/java/org/tensorflow/proto/framework/GPUOptions.Experimental.VirtualDevicesOrBuilder#getMemoryLimitMbList())() ``` Per \"virtual\" device memory limit, in MB. ``` |\n| abstract int | [getPriority](/jvm/api_docs/java/org/tensorflow/proto/framework/GPUOptions.Experimental.VirtualDevicesOrBuilder#getPriority(int))(int index) ``` Priority values to use with the virtual devices. ``` |\n| abstract int | [getPriorityCount](/jvm/api_docs/java/org/tensorflow/proto/framework/GPUOptions.Experimental.VirtualDevicesOrBuilder#getPriorityCount())() ``` Priority values to use with the virtual devices. ``` |\n| abstract List\\\u003cInteger\\\u003e | [getPriorityList](/jvm/api_docs/java/org/tensorflow/proto/framework/GPUOptions.Experimental.VirtualDevicesOrBuilder#getPriorityList())() ``` Priority values to use with the virtual devices. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract float\n**getMemoryLimitMb**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Per \"virtual\" device memory limit, in MB. The number of elements in\n the list is the number of virtual devices to create on the\n corresponding visible GPU (see \"virtual_devices\" below).\n If empty, it will create single virtual device taking all available\n memory from the device.\n For the concept of \"visible\" and \"virtual\" GPU, see the comments for\n \"visible_device_list\" above for more information.\n \n```\n`repeated float memory_limit_mb = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getMemoryLimitMbCount**\n()\n\n\u003cbr /\u003e\n\n```\n Per \"virtual\" device memory limit, in MB. The number of elements in\n the list is the number of virtual devices to create on the\n corresponding visible GPU (see \"virtual_devices\" below).\n If empty, it will create single virtual device taking all available\n memory from the device.\n For the concept of \"visible\" and \"virtual\" GPU, see the comments for\n \"visible_device_list\" above for more information.\n \n```\n`repeated float memory_limit_mb = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cFloat\\\u003e\n**getMemoryLimitMbList**\n()\n\n\u003cbr /\u003e\n\n```\n Per \"virtual\" device memory limit, in MB. The number of elements in\n the list is the number of virtual devices to create on the\n corresponding visible GPU (see \"virtual_devices\" below).\n If empty, it will create single virtual device taking all available\n memory from the device.\n For the concept of \"visible\" and \"virtual\" GPU, see the comments for\n \"visible_device_list\" above for more information.\n \n```\n`repeated float memory_limit_mb = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getPriority**\n(int index)\n\n\u003cbr /\u003e\n\n```\n Priority values to use with the virtual devices. Use the cuda function\n cudaDeviceGetStreamPriorityRange to query for valid range of values for\n priority.\n On a P4000 GPU with cuda 10.1, the priority range reported was 0 for\n least priority and -1 for greatest priority.\n If this field is not specified, then the virtual devices will be\n created with the default. If this field has values set, then the size\n of this must match with the above memory_limit_mb.\n \n```\n`repeated int32 priority = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract int\n**getPriorityCount**\n()\n\n\u003cbr /\u003e\n\n```\n Priority values to use with the virtual devices. Use the cuda function\n cudaDeviceGetStreamPriorityRange to query for valid range of values for\n priority.\n On a P4000 GPU with cuda 10.1, the priority range reported was 0 for\n least priority and -1 for greatest priority.\n If this field is not specified, then the virtual devices will be\n created with the default. If this field has values set, then the size\n of this must match with the above memory_limit_mb.\n \n```\n`repeated int32 priority = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract List\\\u003cInteger\\\u003e\n**getPriorityList**\n()\n\n\u003cbr /\u003e\n\n```\n Priority values to use with the virtual devices. Use the cuda function\n cudaDeviceGetStreamPriorityRange to query for valid range of values for\n priority.\n On a P4000 GPU with cuda 10.1, the priority range reported was 0 for\n least priority and -1 for greatest priority.\n If this field is not specified, then the virtual devices will be\n created with the default. If this field has values set, then the size\n of this must match with the above memory_limit_mb.\n \n```\n`repeated int32 priority = 2;`\n\n\u003cbr /\u003e"]]