CostGraphDef.Node.OutputInfo

classe final public static CostGraphDef.Node.OutputInfo

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

Classes aninhadas

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

Constantes

int ALIAS_INPUT_PORT_FIELD_NUMBER
int DTYPE_FIELD_NUMBER
int SHAPE_FIELD_NUMBER
int SIZE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
longo
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
Tipo de dados
getDtype ()
.tensorflow.DataType dtype = 4;
int
getDtypeValue ()
.tensorflow.DataType dtype = 4;
int
TensorShapeProto
getShape ()
.tensorflow.TensorShapeProto shape = 3;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 3;
longo
getSize ()
int64 size = 1;
final com.google.protobuf.UnknownFieldSet
boleano
hasShape ()
.tensorflow.TensorShapeProto shape = 3;
int
final booleano
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 (dados ByteBuffer)
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)
estático
CostGraphDef.Node.OutputInfo.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int ALIAS_INPUT_PORT_FIELD_NUMBER

Valor constante: 2

public static final int DTYPE_FIELD_NUMBER

Valor constante: 4

public static final int SHAPE_FIELD_NUMBER

Valor Constante: 3

public static final int SIZE_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

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;

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)

Lança
IOException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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