#include <ops.h>
Represents a node in the computation graph.
Constructors and Destructors | |
---|---|
Operation() | |
Operation(Node *n) |
Public functions | |
---|---|
hash(int64 index) const | uint64 |
input(int i) const | |
input_type(int o) const | DataType |
node() const | Node * |
num_inputs() const | int |
num_outputs() const | int |
operator==(const Operation & other) const | bool |
output(int i) const | |
output_type(int o) const | DataType |
Operation()
Operation( Node *n )
uint64 hash( int64 index ) const
Output input( int i ) const
DataType input_type( int o ) const
Node * node() const
int num_inputs() const
int num_outputs() const
bool operator==( const Operation & other ) const
Output output( int i ) const
DataType output_type( int o ) const
© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/class/tensorflow/operation.html