SavedVariable

パブリック最終クラス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. 

定数

整数AGGREGATION_FIELD_NUMBER
整数DEVICE_FIELD_NUMBER
整数DTYPE_FIELD_NUMBER
整数EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER
整数NAME_FIELD_NUMBER
整数SHAPE_FIELD_NUMBER
整数SYNCHRONIZATION_FIELD_NUMBER
整数TRAINABLE_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
変数の集計
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
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
空所
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 VariableAggregation getAggregation ()

.tensorflow.VariableAggregation aggregation = 5;

public int getAggregationValue ()

.tensorflow.VariableAggregation aggregation = 5;

public static SavedVariable getDefaultInstance ()

public SavedVariable getDefaultInstanceForType ()

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

パブリック String getDevice ()

string device = 7;

public com.google.protobuf.ByteString getDeviceBytes ()

string device = 7;

public DataType getDtype ()

.tensorflow.DataType dtype = 1;

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 TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

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.Builder newBuilder ( SavedVariableプロトタイプ)

public static SavedVariable.Builder newBuilder ()

public SavedVariable.Builder newBuilderForType ()

public static SavedVariable parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static SavedVariable parseFrom (ByteBuffer データ)

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

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 (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

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

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

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

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

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 SavedVariable.Builder toBuilder ()

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

投げる
IO例外