public interface VariableDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
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.
|
SaveSliceInfoDef |
getSaveSliceInfoDef()
Support for saving variables as slices of a larger variable.
|
SaveSliceInfoDefOrBuilder |
getSaveSliceInfoDefOrBuilder()
Support for saving variables as slices of a larger variable.
|
String |
getSnapshotName()
Name of the snapshot tensor.
|
com.google.protobuf.ByteString |
getSnapshotNameBytes()
Name of the snapshot tensor.
|
String |
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getVariableName()
Name of the variable tensor.
string variable_name = 1;
com.google.protobuf.ByteString getVariableNameBytes()
Name of the variable tensor.
string variable_name = 1;
String getInitializerName()
Name of the initializer op.
string initializer_name = 2;
com.google.protobuf.ByteString getInitializerNameBytes()
Name of the initializer op.
string initializer_name = 2;
String getSnapshotName()
Name of the snapshot tensor.
string snapshot_name = 3;
com.google.protobuf.ByteString getSnapshotNameBytes()
Name of the snapshot tensor.
string snapshot_name = 3;
boolean hasSaveSliceInfoDef()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
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;
boolean getIsResource()
Whether to represent this as a ResourceVariable.
bool is_resource = 5;
Copyright © 2015–2017. All rights reserved.