public interface VariableDefOrBuilder
extends com.github.os72.protobuf351.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInitializerName()
Name of the initializer op.
|
com.github.os72.protobuf351.ByteString |
getInitializerNameBytes()
Name of the initializer op.
|
String |
getInitialValueName()
Name of the tensor holding the variable's initial value.
|
com.github.os72.protobuf351.ByteString |
getInitialValueNameBytes()
Name of the tensor holding the variable's initial value.
|
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.github.os72.protobuf351.ByteString |
getSnapshotNameBytes()
Name of the snapshot tensor.
|
String |
getVariableName()
Name of the variable tensor.
|
com.github.os72.protobuf351.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, hasOneofString getVariableName()
Name of the variable tensor.
string variable_name = 1;com.github.os72.protobuf351.ByteString getVariableNameBytes()
Name of the variable tensor.
string variable_name = 1;String getInitialValueName()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;com.github.os72.protobuf351.ByteString getInitialValueNameBytes()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;String getInitializerName()
Name of the initializer op.
string initializer_name = 2;com.github.os72.protobuf351.ByteString getInitializerNameBytes()
Name of the initializer op.
string initializer_name = 2;String getSnapshotName()
Name of the snapshot tensor.
string snapshot_name = 3;com.github.os72.protobuf351.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 © 2018. All rights reserved.