dòng chảy căng:: ôi:: Conv3DBackpropInputV2

#include <nn_ops.h>

Tính toán độ dốc của tích chập 3-D đối với đầu vào.

Bản tóm tắt

Tranh luận:

  • phạm vi: Một đối tượng Phạm vi
  • input_sizes: Một vectơ số nguyên biểu thị hình dạng tensor của input , trong đó input là tensor 5-D [batch, depth, rows, cols, in_channels] .
  • bộ lọc: Hình dạng [depth, rows, cols, in_channels, out_channels] . in_channels phải khớp giữa inputfilter .
  • out_backprop: Tín hiệu backprop có hình dạng [batch, out_depth, out_rows, out_cols, out_channels] .
  • bước tiến: tensor 1-D có chiều dài 5. Bước tiến của cửa sổ trượt cho từng chiều của input . Phải có strides[0] = strides[4] = 1 .
  • phần đệm: Loại thuật toán đệm sẽ sử dụng.

Thuộc tính tùy chọn (xem Attrs ):

  • data_format: Đị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ở: tensor 1-D có chiều dài 5. Hệ số giãn nở cho từng chiều của input . 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ả về:

Hàm tạo và hàm hủy

Conv3DBackpropInputV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input input_sizes, :: tensorflow::Input filter, :: tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, StringPiece padding)
Conv3DBackpropInputV2 (const :: tensorflow::Scope & scope, :: tensorflow::Input input_sizes, :: tensorflow::Input filter, :: tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, StringPiece padding, const Conv3DBackpropInputV2::Attrs & attrs)

Thuộc tính công khai

operation
output

Chức năng công cộng

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Các hàm tĩnh công khai

DataFormat (StringPiece x)
Dilations (const gtl::ArraySlice< int > & x)

Cấu trúc

tensorflow:: ops:: Conv3DBackpropInputV2:: Attrs

Trình thiết lập thuộc tính tùy chọn cho Conv3DBackpropInputV2 .

Thuộc tính công khai

hoạt động

Operation operation

đầu ra

::tensorflow::Output output

Chức năng công cộng

Conv3DBackpropInputV2

 Conv3DBackpropInputV2(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input_sizes,
  ::tensorflow::Input filter,
  ::tensorflow::Input out_backprop,
  const gtl::ArraySlice< int > & strides,
  StringPiece padding
)

Conv3DBackpropInputV2

 Conv3DBackpropInputV2(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input_sizes,
  ::tensorflow::Input filter,
  ::tensorflow::Input out_backprop,
  const gtl::ArraySlice< int > & strides,
  StringPiece padding,
  const Conv3DBackpropInputV2::Attrs & attrs
)

nút

::tensorflow::Node * node() const 

toán tử::tenorflow::Đầu vào

 operator::tensorflow::Input() const 

toán tử::tenorflow::Đầu ra

 operator::tensorflow::Output() const 

Các hàm tĩnh công khai

Định dạng dữ liệu

Attrs DataFormat(
  StringPiece x
)

Sự giãn nở

Attrs Dilations(
  const gtl::ArraySlice< int > & x
)