VariableDef

lớp cuối cùng công khai VariableDef

 Protocol buffer representing a Variable.
 
Tenorflow loại tensorflow.VariableDef

Các lớp lồng nhau

lớp học BiếnDef.Builder
 Protocol buffer representing a Variable. 

Hằng số

int AGGREGATION_FIELD_NUMBER
int INITIALIZER_NAME_FIELD_NUMBER
int INITIAL_VALUE_NAME_FIELD_NUMBER
int IS_RESOURCE_FIELD_NUMBER
int SAVE_SLICE_INFO_DEF_FIELD_NUMBER
int SNAPSHOT_NAME_FIELD_NUMBER
int ĐỒNG BỘ HÓA_FIELD_NUMBER
int TRAINABLE_FIELD_NUMBER
int VARIABLE_NAME_FIELD_NUMBER

Phương pháp công cộng

boolean
bằng (Đối tượng obj)
Tập hợp biến
getAggregation ()
 Indicates how a distributed variable will be aggregated.
int
getAggregationValue ()
 Indicates how a distributed variable will be aggregated.
Biến định nghĩa tĩnh
BiếnDef
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng
Sợi dây
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.
Sợi dây
getInitializerName ()
 Name of the initializer op.
com.google.protobuf.ByteString
getInitializerNameBytes ()
 Name of the initializer op.
boolean
getIsResource ()
 Whether to represent this as a ResourceVariable.
LưuSliceInfoDef
getSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
SaveSliceInfoDefOrBuilder
getSaveSliceInfoDefOrBuilder ()
 Support for saving variables as slices of a larger variable.
int
Sợi dây
getSnapshotName ()
 Name of the snapshot tensor.
com.google.protobuf.ByteString
getSnapshotNameBytes ()
 Name of the snapshot tensor.
Đồng bộ hóa biến
getSynchronization ()
 Indicates when a distributed variable will be synced.
int
getSynchronizationValue ()
 Indicates when a distributed variable will be synced.
boolean
có thể đào tạo được ()
 Whether this variable should be trained.
com.google.protobuf.UnknownFieldSet cuối cùng
Sợi dây
getVariableName ()
 Name of the variable tensor.
com.google.protobuf.ByteString
getVariableNameBytes ()
 Name of the variable tensor.
boolean
hasSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
int
boolean cuối cùng
biến tĩnhDef.Builder
newBuilder (nguyên mẫu VariableDef )
biến tĩnhDef.Builder
BiếnDef.Builder
Biến định nghĩa tĩnh
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)
Biến định nghĩa tĩnh
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào, com.google.protobuf.ExtensionRegistryLite tiện ích mở rộngRegistry)
Biến định nghĩa tĩnh
ParseFrom (dữ liệu ByteBuffer)
Biến định nghĩa tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Biến định nghĩa tĩnh
ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Biến định nghĩa tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream)
Biến định nghĩa tĩnh
ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Biến định nghĩa tĩnh
ParseFrom (dữ liệu com.google.protobuf.ByteString)
Biến định nghĩa tĩnh
ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Biến định nghĩa tĩnh
ParsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
tĩnh
BiếnDef.Builder
trống rỗng
writeTo (đầu ra com.google.protobuf.CodedOutputStream)

Phương pháp kế thừa

Hằng số

int tĩnh cuối cùng AGGEGATION_FIELD_NUMBER

Giá trị không đổi: 9

int cuối cùng tĩnh công khai INITIALIZER_NAME_FIELD_NUMBER

Giá trị không đổi: 2

int cuối cùng tĩnh công khai INITIAL_VALUE_NAME_FIELD_NUMBER

Giá trị không đổi: 6

int cuối cùng tĩnh công khai IS_RESOURCE_FIELD_NUMBER

Giá trị không đổi: 5

int tĩnh cuối cùng SAVE_SLICE_INFO_DEF_FIELD_NUMBER

Giá trị không đổi: 4

int tĩnh công khai SNAPSHOT_NAME_FIELD_NUMBER

Giá trị không đổi: 3

int cuối cùng tĩnh công khai SYNCHRONIZATION_FIELD_NUMBER

Giá trị không đổi: 8

int cuối cùng tĩnh công khai TRAINABLE_FIELD_NUMBER

Giá trị không đổi: 7

int tĩnh công khai VARIABLE_NAME_FIELD_NUMBER

Giá trị không đổi: 1

Phương pháp công cộng

boolean công khai bằng (Object obj)

getAggregation biến tổng hợp công khai ()

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

int công khai getAggregationValue ()

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

public static VariableDef getDefaultInstance ()

public VariableDef getDefaultInstanceForType ()

công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()

Chuỗi công khai getInitialValueName ()

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

com.google.protobuf.ByteString công khai getInitialValueNameBytes ()

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

Chuỗi công khai getInitializerName ()

 Name of the initializer op.
 
string initializer_name = 2;

com.google.protobuf.ByteString getInitializerNameBytes công khai ()

 Name of the initializer op.
 
string initializer_name = 2;

boolean công khai getIsResource ()

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

công cộng getParserForType ()

công khai SaveSliceInfoDef getSaveSliceInfoDef ()

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

công khai SaveSliceInfoDefOrBuilder getSaveSliceInfoDefOrBuilder ()

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

int công khai getSerializedSize ()

Chuỗi công khai getSnapshotName ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

com.google.protobuf.ByteString getSnapshotNameBytes () công khai

 Name of the snapshot tensor.
 
string snapshot_name = 3;

Đồng bộ hóa biến công khai getSynchronization ()

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

int công khai getSynchronizationValue ()

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

boolean công khai getTrainable ()

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

trận chung kết công khai com.google.protobuf.UnknownFieldSet getUnknownFields ()

Chuỗi công khai getVariableName ()

 Name of the variable tensor.
 
string variable_name = 1;

com.google.protobuf.ByteString getVariableNameBytes () công khai

 Name of the variable tensor.
 
string variable_name = 1;

boolean công khai hasSaveSliceInfoDef ()

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

mã băm int công khai ()

boolean cuối cùng công khai được khởi tạo ()

public static VariableDef.Builder newBuilder ( nguyên mẫu VariableDef )

public static VariableDef.Builder newBuilder ()

public VariableDef.Builder newBuilderForType ()

public static VariableDef phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)

Ném
IOException

public static VariableDef phân tích cú phápDelimitedFrom (Đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

phân tích cú pháp VariableDef tĩnh công khaiFrom (dữ liệu ByteBuffer)

Ném
Giao thức đệm ngoại lệ không hợp lệ

phân tích cú pháp VariableDef tĩnh công khaiTừ (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

public static VariableDef phân tích từ (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

phân tích cú pháp VariableDef tĩnh công khai (đầu vào com.google.protobuf.CodedInputStream)

Ném
IOException

phân tích cú pháp VariableDef tĩnh công khaiTừ (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

phân tích cú pháp VariableDef tĩnh công khai (dữ liệu com.google.protobuf.ByteString)

Ném
Giao thức đệm ngoại lệ không hợp lệ

phân tích cú pháp VariableDef tĩnh công khai (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

phân tích cú pháp VariableDef tĩnh công khaiTừ (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

công cộng tĩnh trình phân tích cú pháp ()

public VariableDef.Builder toBuilder ()

public void writeTo (đầu ra com.google.protobuf.CodedOutputStream)

Ném
IOException