パブリック最終クラスVariableDef
Protocol buffer representing a Variable.
tensorflow.VariableDef ネストされたクラス
| クラス | 変数定義ビルダー | Protocol buffer representing a Variable. | |
定数
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| 変数の集計 | getAggregation () Indicates how a distributed variable will be aggregated. |
| 整数 | getAggregationValue () Indicates how a distributed variable will be aggregated. |
| 静的変数定義 | |
| 変数定義 | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| 弦 | getInitialValueName () Name of the tensor holding the variable's initial value. |
| com.google.protobuf.ByteString | getInitialValueNameBytes () Name of the tensor holding the variable's initial value. |
| 弦 | getInitializerName () Name of the initializer op. |
| com.google.protobuf.ByteString | getInitializerNameBytes () Name of the initializer op. |
| ブール値 | getIsResource () Whether to represent this as a ResourceVariable. |
| スライス情報定義を保存 | getSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
| SaveSliceInfoDefOrBuilder | getSaveSliceInfoDefOrBuilder () Support for saving variables as slices of a larger variable. |
| 整数 | |
| 弦 | getスナップショット名() Name of the snapshot tensor. |
| com.google.protobuf.ByteString | getSnapshotNameBytes () Name of the snapshot tensor. |
| 変数同期 | getSynchronization () Indicates when a distributed variable will be synced. |
| 整数 | getSynchronizationValue () Indicates when a distributed variable will be synced. |
| ブール値 | getTrainable () Whether this variable should be trained. |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| 弦 | get変数名() Name of the variable tensor. |
| com.google.protobuf.ByteString | getVariableNameBytes () Name of the variable tensor. |
| ブール値 | hasSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的VariableDef.Builder | newBuilder ( VariableDefプロトタイプ) |
| 静的VariableDef.Builder | newBuilder () |
| 変数定義ビルダー | |
| 静的変数定義 | parseDelimitedFrom (InputStream 入力) |
| 静的変数定義 | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的変数定義 | parseFrom (ByteBuffer データ) |
| 静的変数定義 | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的変数定義 | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的変数定義 | parseFrom (com.google.protobuf.CodedInputStream 入力) |
| 静的変数定義 | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的変数定義 | parseFrom (com.google.protobuf.ByteString データ) |
| 静的変数定義 | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的変数定義 | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的 | パーサー() |
| 変数定義ビルダー | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数AGGREGATION_FIELD_NUMBER
定数値: 9
パブリック静的最終整数INITIALIZER_NAME_FIELD_NUMBER
定数値: 2
パブリック静的最終整数INITIAL_VALUE_NAME_FIELD_NUMBER
定数値: 6
パブリック静的最終整数IS_RESOURCE_FIELD_NUMBER
定数値: 5
パブリック静的最終整数SAVE_SLICE_INFO_DEF_FIELD_NUMBER
定数値: 4
パブリック静的最終整数SNAPSHOT_NAME_FIELD_NUMBER
定数値: 3
パブリック静的最終整数SYNCHRONIZATION_FIELD_NUMBER
定数値: 8
public static Final int TRAINABLE_FIELD_NUMBER
定数値: 7
パブリック静的最終整数VARIABLE_NAME_FIELD_NUMBER
定数値: 1
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public VariableAggregation getAggregation ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9; public int getAggregationValue ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9; public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getInitialValueName ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6; public com.google.protobuf.ByteString getInitialValueNameBytes ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6; public String getInitializerName ()
Name of the initializer op.
string initializer_name = 2; public com.google.protobuf.ByteString getInitializerNameBytes ()
Name of the initializer op.
string initializer_name = 2; public boolean getIsResource ()
Whether to represent this as a ResourceVariable.
bool is_resource = 5; 公共 getParserForType ()
public SaveSliceInfoDef getSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; public SaveSliceInfoDefOrBuilder getSliceInfoDefOrBuilder ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; public int getSerializedSize ()
public String getSnapshotName ()
Name of the snapshot tensor.
string snapshot_name = 3; public com.google.protobuf.ByteString getSnapshotNameBytes ()
Name of the snapshot tensor.
string snapshot_name = 3; public VariableSynchronization getSynchronization ()
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8; public int getSynchronizationValue ()
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8; public boolean getTrainable ()
Whether this variable should be trained.
bool trainable = 7; public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
パブリック String getVariableName ()
Name of the variable tensor.
string variable_name = 1; public com.google.protobuf.ByteString getVariableNameBytes ()
Name of the variable tensor.
string variable_name = 1; public boolean hasSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; public int hashCode ()
パブリック最終ブール値isInitialized ()
public static VariableDef parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static VariableDef parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static VariableDef parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static VariableDef parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static VariableDef parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static VariableDef parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|