GPUOptions.Experimental.VirtualDevicesOrBuilder
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
공개 방법
추상 플로트 | |
추상 정수 | |
추상 목록<Float> | |
추상 정수 | getPriority (정수 인덱스)
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;
공개 추상 List<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 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;
공개 추상 List<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;
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[null,null,["최종 업데이트: 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"]]