CostGraphDef.Node.InputInfo

clase final estática pública 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.
 
Tipo de tensorflow.CostGraphDef.Node.InputInfo

Clases anidadas

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

Constantes

En t PRECEDING_NODE_FIELD_NUMBER
En t PRECEDING_PORT_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
estático CostGraphDef.Node.InputInfo
CostGraphDef.Node.InputInfo
com.google.protobuf.Descriptors.Descriptor estático final
En t
getPrecedingNode ()
int32 preceding_node = 1;
En t
getPrecedingPort ()
int32 preceding_port = 2;
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
estático CostGraphDef.Node.InputInfo.Builder
estático CostGraphDef.Node.InputInfo.Builder
CostGraphDef.Node.InputInfo.Builder
estático CostGraphDef.Node.InputInfo
parseDelimitedFrom (entrada InputStream)
estático CostGraphDef.Node.InputInfo
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático CostGraphDef.Node.InputInfo
parseFrom (datos ByteBuffer)
estático CostGraphDef.Node.InputInfo
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático CostGraphDef.Node.InputInfo
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático CostGraphDef.Node.InputInfo
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático CostGraphDef.Node.InputInfo
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático CostGraphDef.Node.InputInfo
parseFrom (datos com.google.protobuf.ByteString)
estático CostGraphDef.Node.InputInfo
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático CostGraphDef.Node.InputInfo
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CostGraphDef.Node.InputInfo.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int PRECEDING_NODE_FIELD_NUMBER

Valor constante: 1

público estático final int PRECEDING_PORT_FIELD_NUMBER

Valor constante: 2

Métodos públicos

public boolean es igual a (Object obj)

public static CostGraphDef.Node.InputInfo getDefaultInstance ()

public CostGraphDef.Node.InputInfo getDefaultInstanceForType ()

público estático 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 ()

public CostGraphDef.Node.InputInfo.Builder newBuilderForType ()

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

Lanza
IOException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException