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

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的AssetFileDef
アセットファイル定義
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getファイル名()
 The filename within an assets directory.
com.google.protobuf.ByteString
getファイル名バイト()
 The filename within an assets directory.
整数
テンソル情報
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 (InputStream 入力)
静的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 (byte[] データ、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

public static Final int TENSOR_INFO_FIELD_NUMBER

定数値: 1

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static AssetFileDef getDefaultInstance ()

public 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;

公共getParserForType ()

public int getSerializedSize ()

public TensorInfo getTensorInfo ()

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

public TensorInfoOrBuilder getTensorInfoOrBuilder ()

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

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasTensorInfo ()

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

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static AssetFileDef.Builder newBuilder ( AssetFileDefプロトタイプ)

public static AssetFileDef.Builder newBuilder ()

public AssetFileDef.Builder newBuilderForType ()

public static AssetFileDef parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static AssetFileDef parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static AssetFileDef parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static AssetFileDef parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static AssetFileDef parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static AssetFileDef parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static AssetFileDef parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static AssetFileDef parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static AssetFileDef parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static AssetFileDef parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public AssetFileDef.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外