Spec-Zone.ru › TensorFlow C++ 1.15

tensorflow::ops::Dilation2DBackpropInput

#include <nn_ops.h>

Вычисляет градиент морфологического 2-D расширения относительно входных данных.

Summary

Arguments:

  • scope: An object 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: Тип алгоритма заполнения.

Returns:

  • Output: 4-мерный с формой [batch, in_height, in_width, depth].
Конструкторы и деструкторы
Dilation2DBackpropInput(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)
Публичные атрибуты
in_backprop
::tensorflow::Output
operation
Operation
Публичные функции
node() const
::tensorflow::Node *
operator::tensorflow::Input() const
operator::tensorflow::Output() const

Публичные атрибуты

in_backprop

::tensorflow::Output in_backprop

operation

Operation operation

Публичные функции

Dilation2DBackpropInput

 Dilation2DBackpropInput(
  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/r1.15/api_docs/cc/class/tensorflow/ops/dilation2-d-backprop-input

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API