tensorflow::ops::ResourceScatterNdMin
#include <state_ops.h>
TODO: добавить документацию.
Краткое описание
Аргументы:
- scope: Объект Scope
- ref: Указатель на ресурс. Должен быть из VarHandleOp.
- indices: Tensor. Должен быть одного из следующих типов: int32, int64. Тензор индексов в ref.
- updates: Tensor. Должен иметь тот же тип, что и ref. Тензор значений, для которых вычисляется поэлементный минимум с ref.
Необязательные атрибуты (см. Attrs):
- use_locking: Необязательный bool. По умолчанию True. Если True, присвоение будет защищено блокировкой; в противном случае поведение не определено, но может наблюдаться меньше конкуренции.
Возвращает:
- созданный
Operation
| Конструкторы и деструкторы | |
|---|---|
ResourceScatterNdMin(const ::tensorflow::Scope & scope, ::tensorflow::Input ref, ::tensorflow::Input indices, ::tensorflow::Input updates) | |
ResourceScatterNdMin(const ::tensorflow::Scope & scope, ::tensorflow::Input ref, ::tensorflow::Input indices, ::tensorflow::Input updates, const ResourceScatterNdMin::Attrs & attrs) |
| Общественные атрибуты | |
|---|---|
operation | |
| Общественные функции | |
|---|---|
operator::tensorflow::Operation() const | |
| Общественные статические функции | |
|---|---|
UseLocking(bool x) | |
| Структуры | |
|---|---|
| tensorflow::ops::ResourceScatterNdMin::Attrs | Необязательные параметры настройки ResourceScatterNdMin. |
Общественные атрибуты
operation
Operation operation
Общественные функции
ResourceScatterNdMin
ResourceScatterNdMin( const ::tensorflow::Scope & scope, ::tensorflow::Input ref, ::tensorflow::Input indices, ::tensorflow::Input updates )
ResourceScatterNdMin
ResourceScatterNdMin( const ::tensorflow::Scope & scope, ::tensorflow::Input ref, ::tensorflow::Input indices, ::tensorflow::Input updates, const ResourceScatterNdMin::Attrs & attrs )
Оператор::tensorflow::Operation
operator::tensorflow::Operation() const
Общественные статические функции
UseLocking
Attrs UseLocking( bool x )
© 2020 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.4/api_docs/cc/class/tensorflow/ops/resource-scatter-nd-min