tensorflow::ops::MapPeek::Attrs
#include <data_flow_ops.h>
Дополнительные атрибуты для MapPeek.
Краткое описание
| Общедоступные атрибуты | |
|---|---|
capacity_ = 0 | int64 |
container_ = "" | StringPiece |
memory_limit_ = 0 | int64 |
shared_name_ = "" | StringPiece |
| Общедоступные функции | |
|---|---|
Capacity(int64 x) | TF_MUST_USE_RESULT Attrs По умолчанию 0. |
Container(StringPiece x) | TF_MUST_USE_RESULT Attrs По умолчанию "". |
MemoryLimit(int64 x) | TF_MUST_USE_RESULT Attrs По умолчанию 0. |
SharedName(StringPiece x) | TF_MUST_USE_RESULT Attrs По умолчанию "". |
Общедоступные атрибуты
capacity_
int64 tensorflow::ops::MapPeek::Attrs::capacity_ = 0
container_
StringPiece tensorflow::ops::MapPeek::Attrs::container_ = ""
memory_limit_
int64 tensorflow::ops::MapPeek::Attrs::memory_limit_ = 0
shared_name_
StringPiece tensorflow::ops::MapPeek::Attrs::shared_name_ = ""
Общедоступные функции
Ёмкость
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapPeek::Attrs::Capacity( int64 x )
По умолчанию 0.
Контейнер
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapPeek::Attrs::Container( StringPiece x )
По умолчанию "".
Предел памяти
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapPeek::Attrs::MemoryLimit( int64 x )
По умолчанию 0.
Имя общего использования
TF_MUST_USE_RESULT Attrs tensorflow::ops::MapPeek::Attrs::SharedName( StringPiece x )
По умолчанию "".
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/struct/tensorflow/ops/map-peek/attrs