#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 |
© 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