Google I/O-তে টিউন করার জন্য ধন্যবাদ। চাহিদা অনুযায়ী সব সেশন দেখুন চাহিদা অনুযায়ী দেখুন

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

#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