টেনসরফ্লো :: আউটপুট

#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