W3cubDocs

/TensorFlow C++ 1.15

tensorflow::ops::GatherV2::Attrs

#include <array_ops.h>

Optional attribute setters for GatherV2.

Summary

Public attributes
batch_dims_ = 0
int64
Public functions
BatchDims(int64 x)
TF_MUST_USE_RESULT Attrs
Defaults to 0.

Public attributes

batch_dims_

int64 tensorflow::ops::GatherV2::Attrs::batch_dims_ = 0

Public functions

BatchDims

TF_MUST_USE_RESULT Attrs tensorflow::ops::GatherV2::Attrs::BatchDims(
  int64 x
)

Defaults to 0.

© 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/struct/tensorflow/ops/gather-v2/attrs