パブリック インターフェイスSavedVariableOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象変数集計 | getAggregation () .tensorflow.VariableAggregation aggregation = 5; |
抽象整数 | getAggregationValue () .tensorflow.VariableAggregation aggregation = 5; |
抽象文字列 | 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. |
抽象リスト< SavedVariable > | getExperimentalDistributedVariableComponentsList () List of component variables for a distributed variable. |
抽象SavedVariableOrBuilder | 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; |
抽象TensorShapeProto | 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; |
抽象ブール値 | hasShape () .tensorflow.TensorShapeProto shape = 2; |
パブリックメソッド
public abstract VariableAggregation getAggregation ()
.tensorflow.VariableAggregation aggregation = 5;
public abstract int getAggregationValue ()
.tensorflow.VariableAggregation aggregation = 5;
パブリック抽象文字列getDevice ()
string device = 7;
パブリック抽象 com.google.protobuf.ByteString getDeviceBytes ()
string device = 7;
パブリック抽象 int getDtypeValue ()
.tensorflow.DataType dtype = 1;
パブリック抽象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 abstract 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 abstract 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;
パブリック抽象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;
パブリック抽象 String getName ()
string name = 6;
パブリック抽象 com.google.protobuf.ByteString getNameBytes ()
string name = 6;
public abstract VariableSynchronization getSynchronization ()
.tensorflow.VariableSynchronization synchronization = 4;
public abstract int getSynchronizationValue ()
.tensorflow.VariableSynchronization synchronization = 4;
パブリック抽象ブール値getTrainable ()
bool trainable = 3;
パブリック抽象ブール値hasShape ()
.tensorflow.TensorShapeProto shape = 2;