Spec-Zone.ru › TensorFlow C++ 1.15

tensorflow::ops::AvgPool3DGrad

#include <nn_ops.h>

Вычисляет градиенты функции усредняющего пулинга.

Summary

Arguments:

  • scope: An object Scope
  • orig_input_shape: Исходные размерности входных данных.
  • grad: Output обратного распространения ошибки, форма которого [batch, depth, rows, cols, channels].
  • ksize: 1-мерный тензор длины 5. Размер окна для каждой размерности тензора входных данных. Должен иметь ksize[0] = ksize[4] = 1.
  • strides: 1-мерный тензор длины 5. Шаг скользящего окна для каждой размерности input. Должен иметь strides[0] = strides[4] = 1.
  • padding: Тип алгоритма заполнения.

Optional attributes (see Attrs):

  • data_format: Формат данных входных и выходных данных. При стандартном формате "NDHWC" данные хранятся в порядке: [batch, in_depth, in_height, in_width, in_channels]. В качестве альтернативы, формат может быть "NCDHW", порядок хранения данных: [batch, in_channels, in_depth, in_height, in_width].

Returns:

  • Output: Обратное распространение ошибки для входных данных.
Constructors and Destructors
AvgPool3DGrad(const ::tensorflow::Scope & scope, ::tensorflow::Input orig_input_shape, ::tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding)
AvgPool3DGrad(const ::tensorflow::Scope & scope, ::tensorflow::Input orig_input_shape, ::tensorflow::Input grad, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding, const AvgPool3DGrad::Attrs & attrs)
Public attributes
operation
Operation
output
::tensorflow::Output
Public functions
node() const
::tensorflow::Node *
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Public static functions
DataFormat(StringPiece x)
Attrs
Structs
tensorflow::ops::AvgPool3DGrad::Attrs

Настройка дополнительных атрибутов для AvgPool3DGrad.

Public attributes

operation

Operation operation

output

::tensorflow::Output output

Public functions

AvgPool3DGrad

 AvgPool3DGrad(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input orig_input_shape,
  ::tensorflow::Input grad,
  const gtl::ArraySlice< int > & ksize,
  const gtl::ArraySlice< int > & strides,
  StringPiece padding
)

AvgPool3DGrad

 AvgPool3DGrad(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input orig_input_shape,
  ::tensorflow::Input grad,
  const gtl::ArraySlice< int > & ksize,
  const gtl::ArraySlice< int > & strides,
  StringPiece padding,
  const AvgPool3DGrad::Attrs & attrs
)

node

::tensorflow::Node * node() const 

operator::tensorflow::Input

operator::tensorflow::Input() const 

operator::tensorflow::Output

operator::tensorflow::Output() const 

Public static functions

DataFormat

Attrs DataFormat(
  StringPiece x
)

© 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/avg-pool3-d-grad

Spec-Zone.ru

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