パブリック最終クラスSavedVariable
Represents a Variable that is initialized by loading the contents from the checkpoint.Protobuf 型
tensorflow.SavedVariable
ネストされたクラス
クラス | SavedVariable.Builder | Represents a Variable that is initialized by loading the contents from the checkpoint. |
定数
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
変数の集計 | getAggregation () .tensorflow.VariableAggregation aggregation = 5; |
整数 | getAggregationValue () .tensorflow.VariableAggregation aggregation = 5; |
静的SaveVariable | |
保存された変数 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
弦 | getDevice () string device = 7; |
com.google.protobuf.ByteString | getDeviceBytes () string device = 7; |
データ型 | getDtype () .tensorflow.DataType dtype = 1; |
整数 | getDtypeValue () .tensorflow.DataType dtype = 1; |
保存された変数 | getExperimentalDistributedVariableComponents (int インデックス) List of component variables for a distributed variable. |
整数 | getExperimentalDistributedVariableComponentsCount () List of component variables for a distributed variable. |
リスト<保存された変数> | getExperimentalDistributedVariableComponentsList () List of component variables for a distributed variable. |
保存された変数またはビルダー | getExperimentalDistributedVariableComponentsOrBuilder (int インデックス) List of component variables for a distributed variable. |
リスト<? SavedVariableOrBuilderを拡張 > | getExperimentalDistributedVariableComponentsOrBuilderList () List of component variables for a distributed variable. |
弦 | getName () string name = 6; |
com.google.protobuf.ByteString | getNameBytes () string name = 6; |
整数 | |
テンソル形状プロト | getShape () .tensorflow.TensorShapeProto shape = 2; |
TensorShapeProtoOrBuilder | getShapeOrBuilder () .tensorflow.TensorShapeProto shape = 2; |
変数同期 | getSynchronization () .tensorflow.VariableSynchronization synchronization = 4; |
整数 | getSynchronizationValue () .tensorflow.VariableSynchronization synchronization = 4; |
ブール値 | getTrainable () bool trainable = 3; |
最終的な com.google.protobuf.UnknownFieldSet | |
ブール値 | hasShape () .tensorflow.TensorShapeProto shape = 2; |
整数 | ハッシュコード() |
最終ブール値 | |
静的SavedVariable.Builder | newBuilder ( SavedVariableプロトタイプ) |
静的SavedVariable.Builder | newBuilder () |
SavedVariable.Builder | |
静的SaveVariable | parseDelimitedFrom (InputStream 入力) |
静的SaveVariable | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SaveVariable | parseFrom (ByteBuffer データ) |
静的SaveVariable | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SaveVariable | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SaveVariable | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的SaveVariable | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SaveVariable | parseFrom (com.google.protobuf.ByteString データ) |
静的SaveVariable | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的SaveVariable | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
SavedVariable.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数AGGREGATION_FIELD_NUMBER
定数値: 5
パブリック静的最終整数DEVICE_FIELD_NUMBER
定数値: 7
パブリック静的最終整数DTYPE_FIELD_NUMBER
定数値: 1
public static Final int EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER
定数値: 8
パブリック静的最終整数NAME_FIELD_NUMBER
定数値: 6
パブリック静的最終整数SHAPE_FIELD_NUMBER
定数値: 2
パブリック静的最終整数SYNCHRONIZATION_FIELD_NUMBER
定数値: 4
public static Final int TRAINABLE_FIELD_NUMBER
定数値: 3
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public int getAggregationValue ()
.tensorflow.VariableAggregation aggregation = 5;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
パブリック String getDevice ()
string device = 7;
public com.google.protobuf.ByteString getDeviceBytes ()
string device = 7;
public int getDtypeValue ()
.tensorflow.DataType dtype = 1;
public SavedVariable getExperimentalDistributedVariableComponents (int インデックス)
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;
public int getExperimentalDistributedVariableComponentsCount ()
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;
public List< SavedVariable > getExperimentalDistributedVariableComponentsList ()
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;
public SavedVariableOrBuilder getExperimentalDistributedVariableComponentsOrBuilder (int インデックス)
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;
公開リスト<? extends SavedVariableOrBuilder > getExperimentalDistributedVariableComponentsOrBuilderList ()
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8;
public String getName ()
string name = 6;
public com.google.protobuf.ByteString getNameBytes ()
string name = 6;
公共 getParserForType ()
public int getSerializedSize ()
public VariableSynchronization getSynchronization ()
.tensorflow.VariableSynchronization synchronization = 4;
public int getSynchronizationValue ()
.tensorflow.VariableSynchronization synchronization = 4;
public boolean getTrainable ()
bool trainable = 3;
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
パブリックブール値hasShape ()
.tensorflow.TensorShapeProto shape = 2;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static SavedVariable parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static SavedVariable parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static SavedVariable parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static SavedVariable parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static SavedVariable parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static SavedVariable parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|