SavedVariableOrBuilder

공용 인터페이스 SavedVariableOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 변수 집계
집계 ()
.tensorflow.VariableAggregation aggregation = 5;
추상 정수
getAggregationValue ()
.tensorflow.VariableAggregation aggregation = 5;
추상 문자열
getDevice ()
string device = 7;
추상 com.google.protobuf.ByteString
getDeviceBytes ()
string device = 7;
추상 데이터 유형
getD유형 ()
.tensorflow.DataType dtype = 1;
추상 정수
getDtype값 ()
.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;
추상 변수 동기화
get동기화 ()
.tensorflow.VariableSynchronization synchronization = 4;
추상 정수
getSynchronizationValue ()
.tensorflow.VariableSynchronization synchronization = 4;
추상 부울
getTrainable ()
bool trainable = 3;
추상 부울
해쉬셰이프 ()
.tensorflow.TensorShapeProto shape = 2;

공개 방법

공개 추상 VariableAggregation getAggregation ()

.tensorflow.VariableAggregation aggregation = 5;

공개 추상 int getAggregationValue ()

.tensorflow.VariableAggregation aggregation = 5;

공개 추상 문자열 getDevice ()

string device = 7;

공개 추상 com.google.protobuf.ByteString getDeviceBytes ()

string device = 7;

공개 추상 데이터 유형 getDtype ()

.tensorflow.DataType dtype = 1;

공개 추상 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;

공개 추상 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;

공개 추상 목록< 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;

공개 요약 목록<? 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;

공개 추상 문자열 getName ()

string name = 6;

공개 추상 com.google.protobuf.ByteString getNameBytes ()

string name = 6;

공개 추상 TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

공개 추상 TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

공개 추상 VariableSynchronization getSynchronization ()

.tensorflow.VariableSynchronization synchronization = 4;

공개 추상 int getSynchronizationValue ()

.tensorflow.VariableSynchronization synchronization = 4;

공개 추상 부울 getTrainable ()

bool trainable = 3;

공개 추상 부울 hasShape ()

.tensorflow.TensorShapeProto shape = 2;