텐서플로우:: 작업

#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 

입력_유형

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 

출력_유형

DataType output_type(
  int32 o
) const