tensorflow::ops::OrderedMapClear
#include <data_flow_ops.h>
Операция удаляет все элементы в базовом контейнере.
Краткое описание
Аргументы:
- scope: Объект Scope
Возвращает:
- созданный
Operation
| Конструкторы и деструкторы | |
|---|---|
OrderedMapClear(const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes) | |
OrderedMapClear(const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes, const OrderedMapClear::Attrs & attrs) |
| Общедоступные атрибуты | |
|---|---|
operation | |
| Общедоступные функции | |
|---|---|
operator::tensorflow::Operation() const | |
| Общедоступные статические функции | |
|---|---|
Capacity(int64 x) | |
Container(StringPiece x) | |
MemoryLimit(int64 x) | |
SharedName(StringPiece x) | |
| Структуры | |
|---|---|
| tensorflow::ops::OrderedMapClear::Attrs | Необязательные методы установки атрибутов для OrderedMapClear. |
Общедоступные атрибуты
operation
Operation operation
Общедоступные функции
OrderedMapClear
OrderedMapClear( const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes )
OrderedMapClear
OrderedMapClear( const ::tensorflow::Scope & scope, const DataTypeSlice & dtypes, const OrderedMapClear::Attrs & attrs )
operator::tensorflow::Operation
operator::tensorflow::Operation() const
Общедоступные статические функции
Ёмкость
Attrs Capacity( int64 x )
Контейнер
Attrs Container( StringPiece x )
Предел памяти
Attrs MemoryLimit( int64 x )
Уникальное имя
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/versions/r2.9/api_docs/cc/class/tensorflow/ops/ordered-map-clear