On this page
tensorflow::Operation
#include <ops.h>
Represents a node in the computation graph.
Summary
Public functions | |
---|---|
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
|
Public functions
Operation
Operation()
Operation
Operation(
Node *n
)
hash
uint64 hash(
int32 index
) const
input
Output input(
int32 i
) const
input_type
DataType input_type(
int32 o
) const
node
Node * node() const
num_inputs
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
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.4/api_docs/cc/class/tensorflow/operation