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