tensorflow::ops::SerializeManySparse::Attrs

#include <sparse_ops.h>

Optional attribute setters for SerializeManySparse.

Summary

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.

Public attributes

out_type_

DataType tensorflow::ops::SerializeManySparse::Attrs::out_type_ = DT_STRING

Public functions

OutType

TF_MUST_USE_RESULT Attrs tensorflow::ops::SerializeManySparse::Attrs::OutType(
  DataType x
)

The dtype to use for serialization; the supported types are string (default) and variant.

Defaults to DT_STRING

© 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/serialize-many-sparse/attrs