#include <sparse_ops.h>
Optional attribute setters for AddSparseToTensorsMap.
Public attributes | |
---|---|
container_ = "" | StringPiece |
shared_name_ = "" | StringPiece |
Public functions | |
---|---|
Container(StringPiece x) | TF_MUST_USE_RESULT Attrs The container name for the SparseTensorsMap created by this op. |
SharedName(StringPiece x) | TF_MUST_USE_RESULT Attrs The shared name for the SparseTensorsMap created by this op. |
StringPiece tensorflow::ops::AddSparseToTensorsMap::Attrs::container_ = ""
StringPiece tensorflow::ops::AddSparseToTensorsMap::Attrs::shared_name_ = ""
TF_MUST_USE_RESULT Attrs tensorflow::ops::AddSparseToTensorsMap::Attrs::Container( StringPiece x )
The container name for the SparseTensorsMap
created by this op.
Defaults to ""
TF_MUST_USE_RESULT Attrs tensorflow::ops::AddSparseToTensorsMap::Attrs::SharedName( StringPiece x )
The shared name for the SparseTensorsMap
created by this op.
If blank, the new Operation's unique name is used.
Defaults to ""
© 2018 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/add-sparse-to-tensors-map/attrs.html