W3cubDocs

/TensorFlow C++

tensorflow::ops::ReverseSequence::Attrs

#include <array_ops.h>

Optional attribute setters for ReverseSequence.

Summary

Public attributes
batch_dim_ = 0
int64
Public functions
BatchDim(int64 x)
The dimension along which reversal is performed.

Public attributes

batch_dim_

int64 tensorflow::ops::ReverseSequence::Attrs::batch_dim_ = 0

Public functions

BatchDim

Attrs tensorflow::ops::ReverseSequence::Attrs::BatchDim(
  int64 x
)

The dimension along which reversal is performed.

Defaults to 0

© 2017 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/api_docs/cc/struct/tensorflow/ops/reverse-sequence/attrs.html