टेंसरफ़्लो:: उत्पादन

#include <ops.h>

एक ऑपरेशन द्वारा उत्पादित टेंसर मान का प्रतिनिधित्व करता है।

सारांश

निर्माता और विध्वंसक

Output ()
Output (Node *n)
Output (Node *n, int32 index)
Output (const Operation & op, int32 index)

सार्वजनिक समारोह

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