tensorflow::ops::Dilation2DBackpropFilter
#include <nn_ops.h>
Вычисляет градиент морфологического 2-D расширения по отношению к фильтру.
Краткое описание
Аргументы:
- scope: Объект Scope
- input: 4-мерный с формой
[batch, in_height, in_width, depth]. - filter: 3-мерный с формой
[filter_height, filter_width, depth]. - out_backprop: 4-мерный с формой
[batch, out_height, out_width, depth]. - strides: 1-мерный массив длины 4. Шаг скользящего окна для каждой размерности тензора входных данных. Должен быть:
[1, stride_height, stride_width, 1]. - rates: 1-мерный массив длины 4. Шаг входных данных для атропного морфологического расширения. Должен быть:
[1, rate_height, rate_width, 1]. - padding: Тип алгоритма заполнения.
Возвращает:
-
Output: 3-мерный с формой[filter_height, filter_width, depth].
| Конструкторы и деструкторы | |
|---|---|
Dilation2DBackpropFilter(const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input filter, ::tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, const gtl::ArraySlice< int > & rates, StringPiece padding) |
| Публичные атрибуты | |
|---|---|
filter_backprop | |
operation | |
| Публичные функции | |
|---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const | |
Публичные атрибуты
filter_backprop
::tensorflow::Output filter_backprop
operation
Operation operation
Публичные функции
Dilation2DBackpropFilter
Dilation2DBackpropFilter( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input filter, ::tensorflow::Input out_backprop, const gtl::ArraySlice< int > & strides, const gtl::ArraySlice< int > & rates, StringPiece padding )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/cc/class/tensorflow/ops/dilation2-d-backprop-filter