tensorflow::Operation
#include <ops.h>
Represents a node in the computation graph.
Summary
Public functions
Operation
Operation()
Operation
Operation(
Node *n
)
hash
uint64 hash(
int32 index
) const
Output input(
int32 i
) const
DataType input_type(
int32 o
) const
node
Node * node() const
int32 num_inputs() const
num_outputs
int32 num_outputs() const
operator==
bool operator==(
const Operation & other
) const
output
Output output(
int32 i
) const
output_type
DataType output_type(
int32 o
) const