#include <ops.h>
Represents a tensor value produced by an Operation.
Constructors and Destructors | |
---|---|
Output() | |
Output(Node *n) | |
Output(Node *n, int32 index) | |
Output(const Operation & op, int32 index) |
Public functions | |
---|---|
hash() const | uint64 |
index() const | int32 |
name() const | string |
node() const | Node * |
op() const | |
operator==(const Output & other) const | bool |
type() const | DataType |
Output()=default
Output( Node *n )
Output( Node *n, int32 index )
Output( const Operation & op, int32 index )
uint64 hash() const
int32 index() const
string name() const
Node * node() const
Operation op() const
bool operator==( const Output & other ) const
DataType type() const
© 2017 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/api_docs/cc/class/tensorflow/output.html