AssetFileDef

publiczna klasa końcowa AssetFileDef

 An asset file def for a single file or a set of sharded files with the same
 name.
 
Protobuf typ tensorflow.AssetFileDef

Klasy zagnieżdżone

klasa AssetFileDef.Builder
 An asset file def for a single file or a set of sharded files with the same
 name. 

Stałe

wew NAZWA PLIKU_FIELD_NUMBER
wew TENSOR_INFO_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
statyczny plik aktywówDef
Wartość pliku zasobów
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
Strunowy
pobierz nazwę pliku ()
 The filename within an assets directory.
com.google.protobuf.ByteString
getNazwaPlikuBytes ()
 The filename within an assets directory.
wew
Informacje Tensora
pobierzTensorInfo ()
 The tensor to bind the asset filename to.
TensorInfoOrBuilder
getTensorInfoOrBuilder ()
 The tensor to bind the asset filename to.
końcowy com.google.protobuf.UnknownFieldSet
wartość logiczna
maTensorInfo ()
 The tensor to bind the asset filename to.
wew
końcowa wartość logiczna
statyczny AssetFileDef.Builder
statyczny AssetFileDef.Builder
AssetFileDef.Builder
statyczny plik aktywówDef
parseDelimitedFrom (wejście strumienia wejściowego)
statyczny plik aktywówDef
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny plik aktywówDef
parseFrom (dane ByteBuffer)
statyczny plik aktywówDef
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny plik aktywówDef
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny plik aktywówDef
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczny plik aktywówDef
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczny plik aktywówDef
parseFrom (dane com.google.protobuf.ByteString)
statyczny plik aktywówDef
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny plik aktywówDef
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
AssetFileDef.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int FILENAME_FIELD_NUMBER

Wartość stała: 2

publiczny statyczny końcowy int TENSOR_INFO_FIELD_NUMBER

Wartość stała: 1

Metody publiczne

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

publiczny statyczny AssetFileDef getDefaultInstance ()

publiczny AssetFileDef getDefaultInstanceForType ()

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

public String getFilename ()

 The filename within an assets directory. Note: does not include the path
 prefix, i.e. directories. For an asset at /tmp/path/vocab.txt, the filename
 would be "vocab.txt".
 
string filename = 2;

public com.google.protobuf.ByteString getFilenameBytes ()

 The filename within an assets directory. Note: does not include the path
 prefix, i.e. directories. For an asset at /tmp/path/vocab.txt, the filename
 would be "vocab.txt".
 
string filename = 2;

publiczny getParserForType ()

publiczny int getSerializedSize ()

publiczny TensorInfo getTensorInfo ()

 The tensor to bind the asset filename to.
 
.tensorflow.TensorInfo tensor_info = 1;

publiczny TensorInfoOrBuilder getTensorInfoOrBuilder ()

 The tensor to bind the asset filename to.
 
.tensorflow.TensorInfo tensor_info = 1;

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

publiczna wartość logiczna hasTensorInfo ()

 The tensor to bind the asset filename to.
 
.tensorflow.TensorInfo tensor_info = 1;

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

publiczny statyczny AssetFileDef.Builder newBuilder (prototyp AssetFileDef )

publiczny statyczny AssetFileDef.Builder newBuilder ()

public AssetFileDef.Builder newBuilderForType ()

publiczny statyczny AssetFileDef parseDelimitedFrom (wejście strumienia wejściowego)

Rzuca
Wyjątek IO

publiczny statyczny AssetFileDef parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Wyjątek IO

publiczny statyczny AssetFileDef parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny AssetFileDef parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Wyjątek IO

publiczny statyczny AssetFileDef parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Wyjątek IO

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny AssetFileDef parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny AssetFileDef parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

publiczny statyczny AssetFileDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public AssetFileDef.Builder toBuilder ()

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

Rzuca
Wyjątek IO