공개 최종 클래스 SavedVariable
Represents a Variable that is initialized by loading the contents from the checkpoint.Protobuf 유형
tensorflow.SavedVariable
중첩 클래스
수업 | 저장된Variable.Builder | Represents a Variable that is initialized by loading the contents from the checkpoint. |
상수
공개 방법
부울 | 같음 (객체 객체) |
변수 집계 | 집계 () .tensorflow.VariableAggregation aggregation = 5; |
정수 | getAggregationValue () .tensorflow.VariableAggregation aggregation = 5; |
정적 저장된 변수 | |
저장된변수 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
끈 | 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. |
목록< 저장된변수 > | getExperimentalDistributedVariableComponentsList () List of component variables for a distributed variable. |
저장된VariableOrBuilder | 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; |
최종 com.google.protobuf.UnknownFieldSet | |
부울 | 해시쉐이프 () .tensorflow.TensorShapeProto shape = 2; |
정수 | 해시코드 () |
최종 부울 | 초기화됨 () |
정적 SavedVariable.Builder | newBuilder ( SavedVariable 프로토타입) |
정적 SavedVariable.Builder | 새로운 빌더 () |
저장된Variable.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) |
공전 | 파서 () |
저장된Variable.Builder | toBuilder () |
무효의 | writeTo (com.google.protobuf.CodedOutputStream 출력) |
상속된 메서드
상수
공개 정적 최종 int AGGREGATION_FIELD_NUMBER
상수값: 5
공개 정적 최종 int DEVICE_FIELD_NUMBER
상수값: 7
공개 정적 최종 int DTYPE_FIELD_NUMBER
상수값: 1
공개 정적 최종 int EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER
상수값: 8
공개 정적 최종 정수 NAME_FIELD_NUMBER
상수값: 6
공개 정적 최종 int SHAPE_FIELD_NUMBER
상수값: 2
공개 정적 최종 int SYNCHRONIZATION_FIELD_NUMBER
상수값: 4
공개 정적 최종 int TRAINABLE_FIELD_NUMBER
상수값: 3
공개 방법
공개 부울은 (객체 obj) 와 같습니다 .
공개 int getAggregationValue ()
.tensorflow.VariableAggregation aggregation = 5;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 문자열 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;
공개 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;
공공의 getParserForType ()
공개 int getSerializedSize ()
공개 int getSynchronizationValue ()
.tensorflow.VariableSynchronization synchronization = 4;
공개 부울 getTrainable ()
bool trainable = 3;
공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()
공개 부울 hasShape ()
.tensorflow.TensorShapeProto shape = 2;
공개 int hashCode ()
공개 최종 부울 isInitialized ()
공개 정적 SavedVariableparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 SavedVariable parsFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 SavedVariable parsFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 SavedVariable parsFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 SavedVariable parsFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 SavedVariable parsFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 파서 ()
공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)
던지기
IO예외 |
---|