Conv3dBackpropInput.Options
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
상속된 메서드
java.lang.Object 클래스에서 부울 | 같음 (개체 arg0) |
마지막 수업<?> | getClass () |
정수 | 해시 코드 () |
최종 무효 | 알림 () |
최종 무효 | 통지모두 () |
끈 | toString () |
최종 무효 | 대기 (long arg0, int arg1) |
최종 무효 | 기다리세요 (긴 arg0) |
최종 무효 | 기다리다 () |
공개 방법
매개변수
데이터형식 | 입력 및 출력 데이터의 데이터 형식입니다. 기본 형식 "NDHWC"를 사용하면 데이터가 [batch, in_length, in_height, in_width, in_channels] 순서로 저장됩니다. 또는 형식이 "NCDHW"일 수 있으며 데이터 저장 순서는 [batch, in_channels, in_length, in_height, in_width]입니다. |
---|
매개변수
확장 | 길이가 5인 1차원 텐서. '입력'의 각 차원에 대한 확장 인자입니다. k > 1로 설정되면 해당 차원의 각 필터 요소 사이에 k-1개의 건너뛴 셀이 있게 됩니다. 측정기준 순서는 `data_format` 값에 따라 결정됩니다. 자세한 내용은 위를 참조하세요. 배치 차원과 깊이 차원의 팽창은 1이어야 합니다. |
---|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[],[],null,["# Conv3dBackpropInput.Options\n\npublic static class **Conv3dBackpropInput.Options** \nOptional attributes for [Conv3dBackpropInput](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3dBackpropInput) \n\n### Public Methods\n\n|----------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Conv3dBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3dBackpropInput.Options) | [dataFormat](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3dBackpropInput.Options#dataFormat(java.lang.String))(String dataFormat) |\n| [Conv3dBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3dBackpropInput.Options) | [dilations](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3dBackpropInput.Options#dilations(java.util.List\u003cjava.lang.Long\u003e))(List\\\u003cLong\\\u003e dilations) |\n\n### Inherited Methods\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| boolean | equals(Object arg0) |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Methods\n--------------\n\n#### public [Conv3dBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3dBackpropInput.Options)\n**dataFormat**\n(String dataFormat)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| dataFormat | The data format of the input and output data. With the default format \"NDHWC\", the data is stored in the order of: \\[batch, in_depth, in_height, in_width, in_channels\\]. Alternatively, the format could be \"NCDHW\", the data storage order is: \\[batch, in_channels, in_depth, in_height, in_width\\]. |\n|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n\n#### public [Conv3dBackpropInput.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3dBackpropInput.Options)\n**dilations**\n(List\\\u003cLong\\\u003e dilations)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| dilations | 1-D tensor of length 5. The dilation factor for each dimension of \\`input\\`. If set to k \\\u003e 1, there will be k-1 skipped cells between each filter element on that dimension. The dimension order is determined by the value of \\`data_format\\`, see above for details. Dilations in the batch and depth dimensions must be 1. |\n|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|"]]