CostGraphDef.Node.InputInfo

classe final pública estática CostGraphDef.Node.InputInfo

 Inputs of this node. They must be executed before this node can be
 executed. An input is a particular output of another node, specified
 by the node id and the output index.
 
tensorflow.CostGraphDef.Node.InputInfo tipo tensorflow.CostGraphDef.Node.InputInfo

Classes aninhadas

aula CostGraphDef.Node.InputInfo.Builder
 Inputs of this node. 

Constantes

int PRECEDING_NODE_FIELD_NUMBER
int PRECEDING_PORT_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
static CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo
final static com.google.protobuf.Descriptors.Descriptor
int
getPrecedingNode ()
int32 preceding_node = 1;
int
getPrecedingPort ()
int32 preceding_port = 2;
int
final com.google.protobuf.UnknownFieldSet
int
final booleano
static CostGraphDef.Node.InputInfo.Builder
static CostGraphDef.Node.InputInfo.Builder
CostGraphDef.Node.InputInfo.Builder
static CostGraphDef.Node.InputInfo
parseDelimitedFrom (input InputStream)
static CostGraphDef.Node.InputInfo
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.InputInfo
parseFrom (dados ByteBuffer)
static CostGraphDef.Node.InputInfo
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.InputInfo
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.InputInfo
parseFrom (com.google.protobuf.CodedInputStream input)
static CostGraphDef.Node.InputInfo
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.InputInfo
parseFrom (com.google.protobuf.ByteString data)
static CostGraphDef.Node.InputInfo
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef.Node.InputInfo
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CostGraphDef.Node.InputInfo.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int PRECEDING_NODE_FIELD_NUMBER

Valor Constante: 1

public static final int PRECEDING_PORT_FIELD_NUMBER

Valor constante: 2

Métodos Públicos

public boolean equals (Object obj)

public static CostGraphDef.Node.InputInfo getDefaultInstance ()

public CostGraphDef.Node.InputInfo getDefaultInstanceForType ()

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

público getParserForType ()

public int getPrecedingNode ()

int32 preceding_node = 1;

public int getPrecedingPort ()

int32 preceding_port = 2;

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

public static CostGraphDef.Node.InputInfo.Builder newBuilder (protótipo CostGraphDef.Node.InputInfo )

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

public CostGraphDef.Node.InputInfo.Builder newBuilderForType ()

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

Lança
IOException

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

Lança
IOException

public static CostGraphDef.Node.InputInfo parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException