TensorShapeProto.Dim

publiczna statyczna klasa końcowa TensorShapeProto.Dim

 One dimension of the tensor.
 
Typ Protobuf tensorflow.TensorShapeProto.Dim

Klasy zagnieżdżone

klasa TensorShapeProto.Dim.Builder
 One dimension of the tensor. 

Stałe

wew NAME_FIELD_NUMBER
wew SIZE_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
statyczny TensorShapeProto.Dim
TensorShapeProto.Dim
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
Strunowy
pobierz nazwę ()
 Optional name of the tensor dimension.
com.google.protobuf.ByteString
getNameBytes ()
 Optional name of the tensor dimension.
wew
długi
pobierzRozmiar ()
 Size of the tensor in that dimension.
końcowy com.google.protobuf.UnknownFieldSet
wew
końcowa wartość logiczna
statyczny TensorShapeProto.Dim.Builder
statyczny TensorShapeProto.Dim.Builder
TensorShapeProto.Dim.Builder
statyczny TensorShapeProto.Dim
parseDelimitedFrom (wejście strumienia wejściowego)
statyczny TensorShapeProto.Dim
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny TensorShapeProto.Dim
parseFrom (dane ByteBuffer)
statyczny TensorShapeProto.Dim
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny TensorShapeProto.Dim
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny TensorShapeProto.Dim
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczny TensorShapeProto.Dim
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczny TensorShapeProto.Dim
parseFrom (dane com.google.protobuf.ByteString)
statyczny TensorShapeProto.Dim
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny TensorShapeProto.Dim
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
TensorShapeProto.Dim.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int NAME_FIELD_NUMBER

Wartość stała: 2

publiczny statyczny końcowy int SIZE_FIELD_NUMBER

Wartość stała: 1

Metody publiczne

publiczna wartość logiczna równa się (obiekt obiektu)

publiczny statyczny TensorShapeProto.Dim getDefaultInstance ()

public TensorShapeProto.Dim getDefaultInstanceForType ()

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

public String getName ()

 Optional name of the tensor dimension.
 
string name = 2;

public com.google.protobuf.ByteString getNameBytes ()

 Optional name of the tensor dimension.
 
string name = 2;

publiczny getParserForType ()

publiczny int getSerializedSize ()

publiczny długi getSize ()

 Size of the tensor in that dimension.
 This value must be >= -1, but values of -1 are reserved for "unknown"
 shapes (values of -1 mean "unknown" dimension).  Certain wrappers
 that work with TensorShapeProto may fail at runtime when deserializing
 a TensorShapeProto containing a dim value of -1.
 
int64 size = 1;

publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

publiczny statyczny TensorShapeProto.Dim.Builder newBuilder ()

publiczny statyczny TensorShapeProto.Dim.Builder newBuilder (prototyp TensorShapeProto.Dim )

publiczny TensorShapeProto.Dim.Builder newBuilderForType ()

publiczny statyczny TensorShapeProto.Dim parseDelimitedFrom (wejście strumienia wejściowego)

Rzuca
Wyjątek IO

public static TensorShapeProto.Dim parseDelimitedFrom (dane wejściowe wejściowe strumienia wejściowego, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

publiczny statyczny TensorShapeProto.Dim parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny TensorShapeProto.Dim parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

publiczny statyczny TensorShapeProto.Dim parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny TensorShapeProto.Dim parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

publiczny statyczny TensorShapeProto.Dim parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny TensorShapeProto.Dim parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static TensorShapeProto.Dim parseFrom (dane wejściowe wejściowe strumienia wejściowego, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

publiczny statyczny TensorShapeProto.Dim parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public TensorShapeProto.Dim.Builder toBuilder ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO