Conv3d.Options
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Thuộc tính tùy chọn cho Conv3d
Phương pháp kế thừa
Từ lớp java.lang.Object boolean | bằng (Đối tượng arg0) |
Lớp cuối cùng<?> | getClass () |
int | Mã Băm () |
khoảng trống cuối cùng | thông báo () |
khoảng trống cuối cùng | thông báoTất cả () |
Sợi dây | toString () |
khoảng trống cuối cùng | chờ đã (arg0 dài, int arg1) |
khoảng trống cuối cùng | chờ đã (arg0 dài) |
khoảng trống cuối cùng | Chờ đợi () |
Phương pháp công cộng
Thông số
định dạng dữ liệu | Định dạng dữ liệu của dữ liệu đầu vào và đầu ra. Với định dạng mặc định "NDHWC", dữ liệu được lưu trữ theo thứ tự: [batch, in_deep, in_height, in_width, in_channels]. Ngoài ra, định dạng có thể là "NCDHW", thứ tự lưu trữ dữ liệu là: [batch, in_channels, in_deep, in_height, in_width]. |
---|
giãn nở Conv3d.Options công khai (danh sách giãn nở <Long>)
Thông số
sự giãn nở | Tenxơ 1-D có độ dài 5. Hệ số giãn nở cho mỗi chiều của `đầu vào`. Nếu được đặt thành k > 1, sẽ có k-1 ô bị bỏ qua giữa mỗi phần tử bộ lọc trên thứ nguyên đó. Thứ tự thứ nguyên được xác định bởi giá trị của `data_format`, xem chi tiết ở trên. Độ giãn nở của kích thước lô và độ sâu phải bằng 1. |
---|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[],[],null,["# Conv3d.Options\n\npublic static class **Conv3d.Options** \nOptional attributes for [Conv3d](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3d) \n\n### Public Methods\n\n|--------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|\n| [Conv3d.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3d.Options) | [dataFormat](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3d.Options#dataFormat(java.lang.String))(String dataFormat) |\n| [Conv3d.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3d.Options) | [dilations](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3d.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 [Conv3d.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3d.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 [Conv3d.Options](/jvm/api_docs/java/org/tensorflow/op/nn/Conv3d.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|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|"]]