#include <sparse_ops.h>
Optional attribute setters for SerializeSparse.
Public attributes | |
---|---|
out_type_ = DT_STRING | DataType |
Public functions | |
---|---|
OutType(DataType x) | TF_MUST_USE_RESULT Attrs The dtype to use for serialization; the supported types are string (default) and variant . |
DataType tensorflow::ops::SerializeSparse::Attrs::out_type_ = DT_STRING
TF_MUST_USE_RESULT Attrs tensorflow::ops::SerializeSparse::Attrs::OutType( DataType x )
The dtype
to use for serialization; the supported types are string
(default) and variant
.
Defaults to DT_STRING
© 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/serialize-sparse/attrs.html