tensorflow::
Output
#include <ops.h>
Represents a tensor value produced by an Operation .
Summary
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
|
std::string
|
node
() const
|
Node *
|
op
() const
|
|
operator==
(const
Output
& other) const
|
bool
|
type
() const
|
DataType
|
Public functions
Output
Output()=default
Output
Output( Node *n )
Output
Output( Node *n, int32 index )
hash
uint64 hash() const
index
int32 index() const
name
std::string name() const
node
Node * node() const
type
DataType type() const