W3cubDocs

/TensorFlow C++

tensorflow::ops::Copy::Attrs

#include <array_ops.h>

Optional attribute setters for Copy.

Summary

Public attributes
tensor_name_ = ""
StringPiece
Public functions
TensorName(StringPiece x)
The name of the input tensor.

Public attributes

tensor_name_

StringPiece tensorflow::ops::Copy::Attrs::tensor_name_ = ""

Public functions

TensorName

Attrs tensorflow::ops::Copy::Attrs::TensorName(
  StringPiece x
)

The name of the input tensor.

Defaults to ""

© 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/copy/attrs.html