VariableDef

공개 최종 클래스 VariableDef

 Protocol buffer representing a Variable.
 
Protobuf 유형 tensorflow.VariableDef

중첩 클래스

수업 VariableDef.Builder
 Protocol buffer representing a Variable. 

상수

정수 AGGREGATION_FIELD_NUMBER
정수 INITIALIZER_NAME_FIELD_NUMBER
정수 INITIAL_VALUE_NAME_FIELD_NUMBER
정수 IS_RESOURCE_FIELD_NUMBER
정수 SAVE_SLICE_INFO_DEF_FIELD_NUMBER
정수 SNAPSHOT_NAME_FIELD_NUMBER
정수 SYNCHRONIZATION_FIELD_NUMBER
정수 TRAINABLE_FIELD_NUMBER
정수 VARIABLE_NAME_FIELD_NUMBER

공개 방법

부울
같음 (객체 객체)
변수 집계
집계 ()
 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.
정수
getSnapshotName ()
 Name of the snapshot tensor.
com.google.protobuf.ByteString
getSnapshotNameBytes ()
 Name of the snapshot tensor.
변수동기화
get동기화 ()
 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
VariableDef.Builder
정적 변수 정의
parsDelimitedFrom (InputStream 입력)
정적 변수 정의
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 변수 정의
parsFrom (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 확장Registry)
정적 변수 정의
ParseFrom (com.google.protobuf.ByteString 데이터)
정적 변수 정의
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 변수 정의
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
VariableDef.Builder
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 int AGGREGATION_FIELD_NUMBER

상수값: 9

공개 정적 최종 int INITIALIZER_NAME_FIELD_NUMBER

상수값: 2

공개 정적 최종 int INITIAL_VALUE_NAME_FIELD_NUMBER

상수값: 6

공개 정적 최종 int IS_RESOURCE_FIELD_NUMBER

상수값: 5

공개 정적 최종 int SAVE_SLICE_INFO_DEF_FIELD_NUMBER

상수값: 4

공개 정적 최종 int SNAPSHOT_NAME_FIELD_NUMBER

상수값: 3

공개 정적 최종 int SYNCHRONIZATION_FIELD_NUMBER

상수값: 8

공개 정적 최종 int TRAINABLE_FIELD_NUMBER

상수값: 7

공개 정적 최종 int VARIABLE_NAME_FIELD_NUMBER

상수값: 1

공개 방법

공개 부울은 (객체 obj)와 같습니다 .

공개 VariableAggregation getAggregation ()

 Indicates how a distributed variable will be aggregated.
 
.tensorflow.VariableAggregation aggregation = 9;

공개 int getAggregationValue ()

 Indicates how a distributed variable will be aggregated.
 
.tensorflow.VariableAggregation aggregation = 9;

공개 정적 VariableDef getDefaultInstance ()

공개 VariableDef getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 문자열 getInitialValueName ()

 Name of the tensor holding the variable's initial value.
 
string initial_value_name = 6;

공개 com.google.protobuf.ByteString getInitialValueNameBytes ()

 Name of the tensor holding the variable's initial value.
 
string initial_value_name = 6;

공개 문자열 getInitializerName ()

 Name of the initializer op.
 
string initializer_name = 2;

공개 com.google.protobuf.ByteString getInitializerNameBytes ()

 Name of the initializer op.
 
string initializer_name = 2;

공개 부울 getIsResource ()

 Whether to represent this as a ResourceVariable.
 
bool is_resource = 5;

공공의 getParserForType ()

공개 SaveSliceInfoDef getSaveSliceInfoDef ()

 Support for saving variables as slices of a larger variable.
 
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;

공개 SaveSliceInfoDefOrBuilder getSaveSliceInfoDefOrBuilder ()

 Support for saving variables as slices of a larger variable.
 
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;

공개 int getSerializedSize ()

공개 문자열 getSnapshotName ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

공개 com.google.protobuf.ByteString getSnapshotNameBytes ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

공개 변수동기화 getSynchronization ()

 Indicates when a distributed variable will be synced.
 
.tensorflow.VariableSynchronization synchronization = 8;

공개 int getSynchronizationValue ()

 Indicates when a distributed variable will be synced.
 
.tensorflow.VariableSynchronization synchronization = 8;

공개 부울 getTrainable ()

 Whether this variable should be trained.
 
bool trainable = 7;

공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()

공개 문자열 getVariableName ()

 Name of the variable tensor.
 
string variable_name = 1;

공개 com.google.protobuf.ByteString getVariableNameBytes ()

 Name of the variable tensor.
 
string variable_name = 1;

공개 부울 hasSaveSliceInfoDef ()

 Support for saving variables as slices of a larger variable.
 
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;

공개 int hashCode ()

공개 최종 부울 isInitialized ()

공개 정적 VariableDef.Builder newBuilder ( VariableDef 프로토타입)

공개 정적 VariableDef.Builder newBuilder ()

공개 VariableDef.Builder newBuilderForType ()

공개 정적 VariableDefparseDelimitedFrom ( InputStream 입력)

던지기
IO예외

공개 정적 VariableDefparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 VariableDef 구문 분석 (ByteBuffer 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 VariableDef 구문 분석 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)

던지기
IO예외

공개 정적 VariableDef 구문 분석 (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 VariableDef 구문 분석 (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 VariableDef parsFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 VariableDef 구문 분석 (com.google.protobuf.ByteString 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 VariableDef parsFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 VariableDef parsFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 파서 ()

공개 VariableDef.Builder toBuilder ()

공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)

던지기
IO예외