AssetFileDef

کلاس نهایی عمومی AssetFileDef

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

کلاس های تو در تو

کلاس AssetFileDef.Builder
 An asset file def for a single file or a set of sharded files with the same
 name. 

ثابت ها

بین المللی FILENAME_FIELD_NUMBER
بین المللی TENSOR_INFO_FIELD_NUMBER

روش های عمومی

بولی
برابر است (object obj)
استاتیک AssetFileDef
AssetFileDef
نهایی static com.google.protobuf.Descriptors.Descriptor
رشته
getFilename ()
 The filename within an assets directory.
com.google.protobuf.ByteString
getFilenameBytes ()
 The filename within an assets directory.
بین المللی
TensorInfo
getTensorInfo ()
 The tensor to bind the asset filename to.
TensorInfoOrBuilder
getTensorInfoOrBuilder ()
 The tensor to bind the asset filename to.
com.google.protobuf.UnknownFieldSet نهایی
بولی
hasTensorInfo ()
 The tensor to bind the asset filename to.
بین المللی
بولی نهایی
استاتیک AssetFileDef.Builder
newBuilder (نمونه اولیه AssetFileDef )
استاتیک AssetFileDef.Builder
AssetFileDef.Builder
استاتیک AssetFileDef
parseDelimitedFrom (ورودی جریان ورودی)
استاتیک AssetFileDef
parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک AssetFileDef
parseFrom (داده های ByteBuffer)
استاتیک AssetFileDef
parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک AssetFileDef
parseFrom (داده‌های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک AssetFileDef
parseFrom (ورودی com.google.protobuf.CodedInputStream)
استاتیک AssetFileDef
parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک AssetFileDef
parseFrom (داده های com.google.protobuf.ByteString)
استاتیک AssetFileDef
parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک AssetFileDef
parseFrom (داده‌های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ایستا
AssetFileDef.Builder
خالی
writeTo (خروجی com.google.protobuf.CodedOutputStream)

روش های ارثی

ثابت ها

نهایی استاتیک عمومی FILENAME_FIELD_NUMBER

مقدار ثابت: 2

نهایی استاتیک عمومی TENSOR_INFO_FIELD_NUMBER

ارزش ثابت: 1

روش های عمومی

بولین عمومی برابر است (Object Obj)

عمومی استاتیک AssetFileDef getDefaultInstance ()

عمومی AssetFileDef getDefaultInstanceForType ()

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

رشته عمومی 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;

عمومی 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;

عمومی getParserForType ()

عمومی int getSerializedSize ()

عمومی TensorInfo getTensorInfo ()

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

عمومی TensorInfoOrBuilder getTensorInfoOrBuilder ()

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

عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasTensorInfo بولین عمومی ()

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

هش کد عمومی ()

بولین نهایی عمومی isInitialized ()

عمومی استاتیک AssetFileDef.Builder newBuilder (نمونه اولیه AssetFileDef )

عمومی استاتیک AssetFileDef.Builder newBuilder ()

عمومی AssetFileDef.Builder newBuilderForType ()

عمومی استاتیک AssetFileDef parseDelimitedFrom (ورودی جریان ورودی)

پرتاب می کند
IOException

عمومی استاتیک AssetFileDef parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک AssetFileDef parseFrom (داده ByteBuffer)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک AssetFileDef parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک AssetFileDef parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک AssetFileDef parseFrom (ورودی com.google.protobuf.CodedInputStream)

پرتاب می کند
IOException

عمومی استاتیک AssetFileDef parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک AssetFileDef parseFrom (داده های com.google.protobuf.ByteString)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک AssetFileDef parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک AssetFileDef parseFrom (داده های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

استاتیک عمومی تجزیه کننده ()

عمومی AssetFileDef.Builder toBuilder ()

public void writeTo (خروجی com.google.protobuf.CodedOutputStream)

پرتاب می کند
IOException