SavedAsset

パブリック最終クラスSavedAsset

 A SavedAsset points to an asset in the MetaGraph.
 When bound to a function this object evaluates to a tensor with the absolute
 filename. Users should not depend on a particular part of the filename to
 remain stable (e.g. basename could be changed).
 
Protobuf 型tensorflow.SavedAsset

ネストされたクラス

クラスSavedAsset.Builder
 A SavedAsset points to an asset in the MetaGraph. 

定数

整数ASSET_FILE_DEF_INDEX_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
整数
getAssetFileDefIndex ()
 Index into `MetaGraphDef.asset_file_def[]` that describes the Asset.
静的SavedAsset
保存されたアセット
最終的な静的 com.google.protobuf.Descriptors.Descriptor
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的SavedAsset.Builder
newBuilder ( SavedAssetプロトタイプ)
静的SavedAsset.Builder
SavedAsset.Builder
静的SavedAsset
parseDelimitedFrom (InputStream 入力)
静的SavedAsset
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedAsset
parseFrom (ByteBuffer データ)
静的SavedAsset
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedAsset
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedAsset
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的SavedAsset
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedAsset
parseFrom (com.google.protobuf.ByteString データ)
静的SavedAsset
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的SavedAsset
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
SavedAsset.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

public static Final int ASSET_FILE_DEF_INDEX_FIELD_NUMBER

定数値: 1

パブリックメソッド

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

public int getAssetFileDefIndex ()

 Index into `MetaGraphDef.asset_file_def[]` that describes the Asset.
 Only the field `AssetFileDef.filename` is used. Other fields, such as
 `AssetFileDef.tensor_info`, MUST be ignored.
 
int32 asset_file_def_index = 1;

public static SavedAsset getDefaultInstance ()

public SavedAsset getDefaultInstanceForType ()

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

公共getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

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

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

public static SavedAsset.Builder newBuilder ()

public SavedAsset.Builder newBuilderForType ()

public static SavedAsset parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static SavedAsset parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public SavedAsset.Builder toBuilder ()

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

投げる
IO例外