パブリック最終クラスSavedUserObject
A SavedUserObject is an object (in the object-oriented language of the TensorFlow program) of some user- or framework-defined class other than those handled specifically by the other kinds of SavedObjects. This object cannot be evaluated as a tensor, and therefore cannot be bound to an input of a function.
tensorflow.SavedUserObject ネストされたクラス
| クラス | SavedUserObject.Builder | A SavedUserObject is an object (in the object-oriented language of the TensorFlow program) of some user- or framework-defined class other than those handled specifically by the other kinds of SavedObjects. | |
定数
| 整数 | IDENTIFIER_FIELD_NUMBER | |
| 整数 | METADATA_FIELD_NUMBER | |
| 整数 | VERSION_FIELD_NUMBER |
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| 静的SavedUserObject | |
| 保存されたユーザーオブジェクト | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| 弦 | getIdentifier () Corresponds to a registration of the type to use in the loading program. |
| com.google.protobuf.ByteString | getIdentifierBytes () Corresponds to a registration of the type to use in the loading program. |
| 弦 | getメタデータ() Initialization-related metadata. |
| com.google.protobuf.ByteString | getMetadataBytes () Initialization-related metadata. |
| 整数 | |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| バージョン定義 | getバージョン() Version information from the producer of this SavedUserObject. |
| バージョン定義またはビルダー | getVersionOrBuilder () Version information from the producer of this SavedUserObject. |
| ブール値 | hasVersion () Version information from the producer of this SavedUserObject. |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的SavedUserObject.Builder | newBuilder ( SavedUserObjectプロトタイプ) |
| 静的SavedUserObject.Builder | newBuilder () |
| SavedUserObject.Builder | |
| 静的SavedUserObject | parseDelimitedFrom (InputStream 入力) |
| 静的SavedUserObject | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的SavedUserObject | parseFrom (ByteBuffer データ) |
| 静的SavedUserObject | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的SavedUserObject | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的SavedUserObject | parseFrom (com.google.protobuf.CodedInputStream 入力) |
| 静的SavedUserObject | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的SavedUserObject | parseFrom (com.google.protobuf.ByteString データ) |
| 静的SavedUserObject | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的SavedUserObject | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的 | パーサー() |
| SavedUserObject.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数IDENTIFIER_FIELD_NUMBER
定数値: 1
パブリック静的最終整数METADATA_FIELD_NUMBER
定数値: 3
パブリック静的最終整数VERSION_FIELD_NUMBER
定数値: 2
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getIdentifier ()
Corresponds to a registration of the type to use in the loading program.
string identifier = 1; public com.google.protobuf.ByteString getIdentifierBytes ()
Corresponds to a registration of the type to use in the loading program.
string identifier = 1; パブリック String getMetadata ()
Initialization-related metadata.
string metadata = 3; public com.google.protobuf.ByteString getMetadataBytes ()
Initialization-related metadata.
string metadata = 3; 公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public VersionDef getVersion ()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2; public VersionDefOrBuilder getVersionOrBuilder ()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2; public boolean hasVersion ()
Version information from the producer of this SavedUserObject.
.tensorflow.VersionDef version = 2; public int hashCode ()
パブリック最終ブール値isInitialized ()
public static SavedUserObject parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static SavedUserObject parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static SavedUserObject parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static SavedUserObject parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static SavedUserObject parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static SavedUserObject parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|