تدفق التوتر:: عملية

#include <ops.h>

يمثل عقدة في الرسم البياني الحسابي.

ملخص

البنائين والمدمرين

Operation ()
Operation (Node *n)

الوظائف العامة

hash (int32 index) const
uint64
input (int32 i) const
input_type (int32 o) const
DataType
node () const
Node *
num_inputs () const
int32
num_outputs () const
int32
operator== (const Operation & other) const
bool
output (int32 i) const
output_type (int32 o) const
DataType

الوظائف العامة

عملية

 Operation()

عملية

 Operation(
  Node *n
)

التجزئة

uint64 hash(
  int32 index
) const 

مدخل

Output input(
  int32 i
) const 

input_type

DataType input_type(
  int32 o
) const 

العقدة

Node * node() const 

num_inputs

int32 num_inputs() const 

num_outputs

int32 num_outputs() const 

المشغل ==

bool operator==(
  const Operation & other
) const 

انتاج

Output output(
  int32 i
) const 

input_type

DataType output_type(
  int32 o
) const