VariableDef คลาสสุดท้ายสาธารณะ
Protocol buffer representing a Variable.
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 | |
ภายใน | การซิงโครไนซ์_FIELD_NUMBER | |
ภายใน | TRAINABLE_FIELD_NUMBER | |
ภายใน | VARIABLE_NAME_FIELD_NUMBER |
วิธีการสาธารณะ
บูลีน | เท่ากับ (วัตถุ obj) |
การรวมตัวของตัวแปร | ได้รับการรวมกลุ่ม () Indicates how a distributed variable will be aggregated. |
ภายใน | getAggregationValue () Indicates how a distributed variable will be aggregated. |
VariableDef แบบคงที่ | |
ตัวแปรDef | |
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
สตริง | getInitialValueName () Name of the tensor holding the variable's initial value. |
com.google.protobuf.ByteString | รับInitialValueNameBytes () 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. |
บันทึก SliceInfoDef | getSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
บันทึก SliceInfoDefOrBuilder | getSaveSliceInfoDefOrBuilder () Support for saving variables as slices of a larger variable. |
ภายใน | |
สตริง | getSnapshotName () Name of the snapshot tensor. |
com.google.protobuf.ByteString | รับ SnapshotNameBytes () Name of the snapshot tensor. |
การซิงโครไนซ์ตัวแปร | ได้รับการซิงโครไนซ์ () Indicates when a distributed variable will be synced. |
ภายใน | รับค่าการซิงโครไนซ์ () Indicates when a distributed variable will be synced. |
บูลีน | รับการฝึกอบรม () Whether this variable should be trained. |
สุดท้าย com.google.protobuf.UnknownFieldSet | |
สตริง | รับชื่อตัวแปร () Name of the variable tensor. |
com.google.protobuf.ByteString | รับตัวแปรชื่อไบต์ () Name of the variable tensor. |
บูลีน | มีบันทึก SliceInfoDef () Support for saving variables as slices of a larger variable. |
ภายใน | แฮชโค้ด () |
บูลีนสุดท้าย | |
VariableDef.Builder แบบคงที่ | newBuilder (ต้นแบบ VariableDef ) |
VariableDef.Builder แบบคงที่ | ตัวสร้างใหม่ () |
VariableDef.Builder | |
VariableDef แบบคงที่ | parseDelimitedFrom (อินพุต InputStream) |
VariableDef แบบคงที่ | parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VariableDef แบบคงที่ | parseFrom (ข้อมูล ByteBuffer) |
VariableDef แบบคงที่ | parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VariableDef แบบคงที่ | parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VariableDef แบบคงที่ | parseFrom (com.google.protobuf.CodedInputStream อินพุต) |
VariableDef แบบคงที่ | parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VariableDef แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString) |
VariableDef แบบคงที่ | parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VariableDef แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
คงที่ | |
VariableDef.Builder | toBuilder () |
เป็นโมฆะ | writeTo (เอาต์พุต com.google.protobuf.CodedOutputStream) |
วิธีการสืบทอด
ค่าคงที่
รอบชิงชนะเลิศแบบคงที่สาธารณะ int AGGREGATION_FIELD_NUMBER
ค่าคงที่: 9
รอบชิงชนะเลิศแบบคงที่สาธารณะ 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
วิธีการสาธารณะ
บูลีนสาธารณะ เท่ากับ (Object 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;
สาธารณะคงที่สุดท้าย 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;
สาธารณะ VariableSynchronization 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 parseDelimitedFrom แบบคงที่สาธารณะ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ VariableDef parseFrom แบบคงที่ (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ VariableDef parseFrom แบบคงที่ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ VariableDef parseFrom แบบคงที่ (com.google.protobuf.CodedInputStream อินพุต)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ VariableDef parseFrom แบบคงที่ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ VariableDef parseFrom แบบคงที่ (ข้อมูล com.google.protobuf.ByteString)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ VariableDef parseFrom แบบคงที่ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ VariableDef parseFrom แบบคงที่ (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะคงที่ ตัวแยกวิเคราะห์ ()
โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)
ขว้าง
IOข้อยกเว้น |
---|