Conv3dBackpropInput.Options
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
วิธีการสืบทอด
จากคลาส java.lang.Object บูลีน | เท่ากับ (วัตถุ arg0) |
คลาสสุดท้าย<?> | รับคลาส () |
ภายใน | แฮชโค้ด () |
โมฆะสุดท้าย | แจ้ง () |
โมฆะสุดท้าย | แจ้งทั้งหมด () |
สตริง | toString () |
โมฆะสุดท้าย | รอสักครู่ (ยาว arg0, int arg1) |
โมฆะสุดท้าย | รอ (ยาว arg0) |
โมฆะสุดท้าย | รอ () |
วิธีการสาธารณะ
พารามิเตอร์
ข้อมูลรูปแบบ | รูปแบบข้อมูลของข้อมูลอินพุตและเอาต์พุต ด้วยรูปแบบเริ่มต้น "NDHWC" ข้อมูลจะถูกจัดเก็บตามลำดับ: [batch, in_ allowance, in_height, in_width, in_channels] หรืออีกทางหนึ่ง รูปแบบอาจเป็น "NCDHW" ลำดับการจัดเก็บข้อมูลคือ: [batch, in_channels, in_ledge, in_height, in_width] |
---|
พารามิเตอร์
การขยาย | เทนเซอร์ 1-D ที่มีความยาว 5 ตัวประกอบการขยายสำหรับแต่ละมิติของ "อินพุต" หากตั้งค่าเป็น k > 1 จะมีเซลล์ที่ข้าม k-1 ระหว่างองค์ประกอบตัวกรองแต่ละรายการในมิตินั้น ลำดับมิติจะกำหนดโดยค่าของ `data_format` โปรดดูรายละเอียดด้านบน การขยายขนาดแบทช์และความลึกต้องเป็น 1 |
---|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ 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|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|"]]