NodeOutput

public final class NodeOutput

 Output sizes recorded for a single execution of a graph node.
 
Protobuf type tensorflow.NodeOutput

Nested Classes

class NodeOutput.Builder
 Output sizes recorded for a single execution of a graph node. 

Constants

int SLOT_FIELD_NUMBER
int TENSOR_DESCRIPTION_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static NodeOutput
NodeOutput
final static com.google.protobuf.Descriptors.Descriptor
int
int
getSlot()
int32 slot = 1;
TensorDescription
getTensorDescription()
.tensorflow.TensorDescription tensor_description = 3;
TensorDescriptionOrBuilder
getTensorDescriptionOrBuilder()
.tensorflow.TensorDescription tensor_description = 3;
final com.google.protobuf.UnknownFieldSet
boolean
hasTensorDescription()
.tensorflow.TensorDescription tensor_description = 3;
int
final boolean
static NodeOutput.Builder
static NodeOutput.Builder
newBuilder(NodeOutput prototype)
NodeOutput.Builder
static NodeOutput
parseDelimitedFrom(InputStream input)
static NodeOutput
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeOutput
parseFrom(ByteBuffer data)
static NodeOutput
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeOutput
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeOutput
parseFrom(com.google.protobuf.CodedInputStream input)
static NodeOutput
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeOutput
parseFrom(com.google.protobuf.ByteString data)
static NodeOutput
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeOutput
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
NodeOutput.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int SLOT_FIELD_NUMBER

Constant Value: 1

public static final int TENSOR_DESCRIPTION_FIELD_NUMBER

Constant Value: 3

Public Methods

public boolean equals (Object obj)

public static NodeOutput getDefaultInstance ()

public NodeOutput getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public getParserForType ()

public int getSerializedSize ()

public int getSlot ()

int32 slot = 1;

public TensorDescription getTensorDescription ()

.tensorflow.TensorDescription tensor_description = 3;

public TensorDescriptionOrBuilder getTensorDescriptionOrBuilder ()

.tensorflow.TensorDescription tensor_description = 3;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasTensorDescription ()

.tensorflow.TensorDescription tensor_description = 3;

public int hashCode ()

public final boolean isInitialized ()

public static NodeOutput.Builder newBuilder ()

public static NodeOutput.Builder newBuilder (NodeOutput prototype)

public NodeOutput.Builder newBuilderForType ()

public static NodeOutput parseDelimitedFrom (InputStream input)

Throws
IOException

public static NodeOutput parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static NodeOutput parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static NodeOutput parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static NodeOutput parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static NodeOutput parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static NodeOutput parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static NodeOutput parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static NodeOutput parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static NodeOutput parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public NodeOutput.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException