tensorflow::ops::SelectV2
#include <math_ops.h>
TODO: добавить документацию.
Краткое описание
Args:
- scope: Объект Scope
Returns:
-
Output: Результирующий тензор.
| Конструкторы и деструкторы | |
|---|---|
SelectV2(const ::tensorflow::Scope & scope, ::tensorflow::Input condition, ::tensorflow::Input t, ::tensorflow::Input e) |
| Публичные атрибуты | |
|---|---|
operation | |
output | |
| Публичные функции | |
|---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const | |
Публичные атрибуты
operation
Operation operation
output
::tensorflow::Output output
Публичные функции
SelectV2
SelectV2( const ::tensorflow::Scope & scope, ::tensorflow::Input condition, ::tensorflow::Input t, ::tensorflow::Input e )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
© 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/class/tensorflow/ops/select-v2