CostGraphDef.Node.OutputInfo

public static final class CostGraphDef.Node.OutputInfo

 Outputs of this node.
 
Protobuf type tensorflow.CostGraphDef.Node.OutputInfo

Nested Classes

class CostGraphDef.Node.OutputInfo.Builder
 Outputs of this node. 

Constants

int ALIAS_INPUT_PORT_FIELD_NUMBER
int DTYPE_FIELD_NUMBER
int SHAPE_FIELD_NUMBER
int SIZE_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
long
getAliasInputPort()
 If >= 0, the output is an alias of an input.
static CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo
final static com.google.protobuf.Descriptors.Descriptor
DataType
getDtype()
.tensorflow.DataType dtype = 4;
int
getDtypeValue()
.tensorflow.DataType dtype = 4;
int
TensorShapeProto
getShape()
.tensorflow.TensorShapeProto shape = 3;
TensorShapeProtoOrBuilder
getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 3;
long
getSize()
int64 size = 1;
final com.google.protobuf.UnknownFieldSet
boolean
hasShape()
.tensorflow.TensorShapeProto shape = 3;
int
final boolean
static CostGraphDef.Node.OutputInfo.Builder
static CostGraphDef.Node.OutputInfo.Builder
CostGraphDef.Node.OutputInfo.Builder
static CostGraphDef.Node.OutputInfo
parseDelimitedFrom(InputStream input)
static CostGraphDef.Node.OutputInfo
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.OutputInfo
parseFrom(ByteBuffer data)
static CostGraphDef.Node.OutputInfo
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.OutputInfo
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.OutputInfo
parseFrom(com.google.protobuf.CodedInputStream input)
static CostGraphDef.Node.OutputInfo
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.OutputInfo
parseFrom(com.google.protobuf.ByteString data)
static CostGraphDef.Node.OutputInfo
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.OutputInfo
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
CostGraphDef.Node.OutputInfo.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int ALIAS_INPUT_PORT_FIELD_NUMBER

Constant Value: 2

public static final int DTYPE_FIELD_NUMBER

Constant Value: 4

public static final int SHAPE_FIELD_NUMBER

Constant Value: 3

public static final int SIZE_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean equals (Object obj)

public long getAliasInputPort ()

 If >= 0, the output is an alias of an input. Note that an alias input
 may itself be an alias. The algorithm will therefore need to follow
 those pointers.
 
int64 alias_input_port = 2;

public static CostGraphDef.Node.OutputInfo getDefaultInstance ()

public CostGraphDef.Node.OutputInfo getDefaultInstanceForType ()

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

public DataType getDtype ()

.tensorflow.DataType dtype = 4;

public int getDtypeValue ()

.tensorflow.DataType dtype = 4;

public getParserForType ()

public int getSerializedSize ()

public TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 3;

public TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 3;

public long getSize ()

int64 size = 1;

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

public boolean hasShape ()

.tensorflow.TensorShapeProto shape = 3;

public int hashCode ()

public final boolean isInitialized ()

public static CostGraphDef.Node.OutputInfo.Builder newBuilder ()

public CostGraphDef.Node.OutputInfo.Builder newBuilderForType ()

public static CostGraphDef.Node.OutputInfo parseDelimitedFrom (InputStream input)

Throws
IOException

public static CostGraphDef.Node.OutputInfo parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static CostGraphDef.Node.OutputInfo parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static CostGraphDef.Node.OutputInfo parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static CostGraphDef.Node.OutputInfo parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static CostGraphDef.Node.OutputInfo parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static CostGraphDef.Node.OutputInfo parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static CostGraphDef.Node.OutputInfo parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static CostGraphDef.Node.OutputInfo parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

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

Throws
IOException