tensorflow::ops::DataFormatVecPermute::Attrs
#include <nn_ops.h>
Дополнительные атрибуты-установщики для DataFormatVecPermute.
Краткое описание
| Общедоступные атрибуты | |
|---|---|
dst_format_ = "NCHW" | StringPiece |
src_format_ = "NHWC" | StringPiece |
| Общедоступные функции | |
|---|---|
DstFormat(StringPiece x) | TF_MUST_USE_RESULT Attrs Формат целевых данных. |
SrcFormat(StringPiece x) | TF_MUST_USE_RESULT Attrs Формат исходных данных. |
Общедоступные атрибуты
dst_format_
StringPiece tensorflow::ops::DataFormatVecPermute::Attrs::dst_format_ = "NCHW"
src_format_
StringPiece tensorflow::ops::DataFormatVecPermute::Attrs::src_format_ = "NHWC"
Общедоступные функции
DstFormat
TF_MUST_USE_RESULT Attrs tensorflow::ops::DataFormatVecPermute::Attrs::DstFormat( StringPiece x )
Формат целевых данных.
По умолчанию "NCHW"
SrcFormat
TF_MUST_USE_RESULT Attrs tensorflow::ops::DataFormatVecPermute::Attrs::SrcFormat( StringPiece x )
Формат исходных данных.
По умолчанию "NHWC"
© 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/data-format-vec-permute/attrs