tensorflow::Output
#include <ops.h>
Представляет значение тензора, произведенное операцией Operation.
Краткое описание
| Конструкторы и деструкторы | |
|---|---|
Output() | |
Output(Node *n) | |
Output(Node *n, int32_t index) | |
Output(const Operation & op, int32_t index) |
| Публичные функции | |
|---|---|
hash() const | uint64 |
index() const | int32 |
name() const | std::string |
node() const | Node * |
op() const | |
operator==(const Output & other) const | bool |
type() const | DataType |
Публичные функции
Output
Output()=default
Output
Output( Node *n )
Output
Output( Node *n, int32_t index )
Output
Output( const Operation & op, int32_t index )
hash
uint64 hash() const
индекс
int32 index() const
имя
std::string name() const
узел
Node * node() const
оператор
Operation op() const
оператор==
bool operator==( const Output & other ) const
тип
DataType type() 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/versions/r2.9/api_docs/cc/class/tensorflow/output