CostGraphDef.Node.OutputInfo

clase final estática pública CostGraphDef.Node.OutputInfo

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

Clases anidadas

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

Constantes

En t ALIAS_INPUT_PORT_FIELD_NUMBER
En t DTYPE_FIELD_NUMBER
En t SHAPE_FIELD_NUMBER
En t SIZE_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
largo
getAliasInputPort ()
 If >= 0, the output is an alias of an input.
estático CostGraphDef.Node.OutputInfo
CostGraphDef.Node.OutputInfo
com.google.protobuf.Descriptors.Descriptor estático final
Tipo de datos
getDtype ()
.tensorflow.DataType dtype = 4;
En t
getDtypeValue ()
.tensorflow.DataType dtype = 4;
En t
TensorShapeProto
getShape ()
.tensorflow.TensorShapeProto shape = 3;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 3;
largo
getSize ()
int64 size = 1;
final com.google.protobuf.UnknownFieldSet
booleano
hasShape ()
.tensorflow.TensorShapeProto shape = 3;
En t
booleano final
estático CostGraphDef.Node.OutputInfo.Builder
estático CostGraphDef.Node.OutputInfo.Builder
CostGraphDef.Node.OutputInfo.Builder
estático CostGraphDef.Node.OutputInfo
parseDelimitedFrom (entrada InputStream)
estático CostGraphDef.Node.OutputInfo
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático CostGraphDef.Node.OutputInfo
parseFrom (datos ByteBuffer)
estático CostGraphDef.Node.OutputInfo
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático CostGraphDef.Node.OutputInfo
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático CostGraphDef.Node.OutputInfo
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático CostGraphDef.Node.OutputInfo
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático CostGraphDef.Node.OutputInfo
parseFrom (datos com.google.protobuf.ByteString)
estático CostGraphDef.Node.OutputInfo
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático CostGraphDef.Node.OutputInfo
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CostGraphDef.Node.OutputInfo.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

público estático final int ALIAS_INPUT_PORT_FIELD_NUMBER

Valor constante: 2

public static final int DTYPE_FIELD_NUMBER

Valor constante: 4

público estático final int SHAPE_FIELD_NUMBER

Valor constante: 3

public static final int SIZE_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean es igual a (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 ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public DataType getDtype ()

.tensorflow.DataType dtype = 4;

public int getDtypeValue ()

.tensorflow.DataType dtype = 4;

público 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)

Lanza
IOException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

Public static CostGraphDef.Node.OutputInfo 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