tensorflow::ops::SerializeSparse::Attrs
#include <sparse_ops.h>
Дополнительные атрибуты-установщики для SerializeSparse.
Резюме
| Общедоступные атрибуты | |
|---|---|
out_type_ = DT_STRING | DataType |
| Общедоступные функции | |
|---|---|
OutType(DataType x) | TF_MUST_USE_RESULT Attrs Тип dtype для сериализации; поддерживаемые типы — string (по умолчанию) и variant. |
Общедоступные атрибуты
out_type_
DataType tensorflow::ops::SerializeSparse::Attrs::out_type_ = DT_STRING
Общедоступные функции
OutType
TF_MUST_USE_RESULT Attrs tensorflow::ops::SerializeSparse::Attrs::OutType( DataType x )
Тип dtype для сериализации; поддерживаемые типы — string (по умолчанию) и variant.
По умолчанию 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/r2.3/api_docs/cc/struct/tensorflow/ops/serialize-sparse/attrs