publiczna klasa końcowa VariableDef
Protocol buffer representing a Variable.
tensorflow.VariableDef
Klasy zagnieżdżone
klasa | Konstruktor ustawień zmiennych | Protocol buffer representing a Variable. |
Stałe
Metody publiczne
wartość logiczna | równa się (obiekt obiektu) |
Agregacja zmiennych | pobierzAgregację () Indicates how a distributed variable will be aggregated. |
wew | pobierz wartość agregacji () Indicates how a distributed variable will be aggregated. |
statyczna ZmiennaDef | |
ZmiennaDef | |
końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
Smyczkowy | pobierzInitialValueName () 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. |
Smyczkowy | getInitializerName () Name of the initializer op. |
com.google.protobuf.ByteString | getInitializerNameBytes () Name of the initializer op. |
wartość logiczna | pobierzIsResource () Whether to represent this as a ResourceVariable. |
ZapiszSliceInfoDef | getSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
ZapiszSliceInfoDefOrBuilder | getSaveSliceInfoDefOrBuilder () Support for saving variables as slices of a larger variable. |
wew | |
Smyczkowy | pobierz nazwę migawki () Name of the snapshot tensor. |
com.google.protobuf.ByteString | getSnapshotNameBytes () Name of the snapshot tensor. |
ZmiennaSynchronizacja | getSynchronizacja () Indicates when a distributed variable will be synced. |
wew | getSynchronizationValue () Indicates when a distributed variable will be synced. |
wartość logiczna | getTrainable () Whether this variable should be trained. |
końcowy com.google.protobuf.UnknownFieldSet | |
Smyczkowy | pobierz nazwę zmiennej () Name of the variable tensor. |
com.google.protobuf.ByteString | getVariableNameBytes () Name of the variable tensor. |
wartość logiczna | maSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
wew | hashCode () |
końcowa wartość logiczna | |
statyczny kreator ustawień zmiennych | newBuilder (prototyp VariableDef ) |
statyczny kreator ustawień zmiennych | |
Konstruktor ustawień zmiennych | |
statyczna ZmiennaDef | parseDelimitedFrom (wejście strumienia wejściowego) |
statyczna ZmiennaDef | parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczna ZmiennaDef | parseFrom (dane ByteBuffer) |
statyczna ZmiennaDef | parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczna ZmiennaDef | parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczna ZmiennaDef | parseFrom (wejście com.google.protobuf.CodedInputStream) |
statyczna ZmiennaDef | parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry) |
statyczna ZmiennaDef | parseFrom (dane com.google.protobuf.ByteString) |
statyczna ZmiennaDef | parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczna ZmiennaDef | parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny | parser () |
Konstruktor ustawień zmiennych | |
próżnia | writeTo (wyjście com.google.protobuf.CodedOutputStream) |
Metody dziedziczone
Stałe
publiczny statyczny końcowy int AGGREGATION_FIELD_NUMBER
Wartość stała: 9
publiczny statyczny końcowy int INITIALIZER_NAME_FIELD_NUMBER
Wartość stała: 2
publiczny statyczny końcowy int INITIAL_VALUE_NAME_FIELD_NUMBER
Wartość stała: 6
publiczny statyczny końcowy int IS_RESOURCE_FIELD_NUMBER
Wartość stała: 5
publiczny statyczny końcowy int SAVE_SLICE_INFO_DEF_FIELD_NUMBER
Wartość stała: 4
publiczny statyczny końcowy int SNAPSHOT_NAME_FIELD_NUMBER
Wartość stała: 3
publiczny statyczny końcowy int SYNCHRONIZATION_FIELD_NUMBER
Wartość stała: 8
publiczny statyczny końcowy int TRAINABLE_FIELD_NUMBER
Wartość stała: 7
publiczny statyczny końcowy int VARIABLE_NAME_FIELD_NUMBER
Wartość stała: 1
Metody publiczne
publiczna wartość logiczna równa się (obiekt obiektu)
public VariableAggregation getAggregation ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
public int getAggregationValue ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
publiczny ciąg getInitialValueName ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;
public com.google.protobuf.ByteString getInitialValueNameBytes ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;
publiczny ciąg getInitializerName ()
Name of the initializer op.
string initializer_name = 2;
public com.google.protobuf.ByteString getInitializerNameBytes ()
Name of the initializer op.
string initializer_name = 2;
publiczna wartość logiczna getIsResource ()
Whether to represent this as a ResourceVariable.
bool is_resource = 5;
publiczny getParserForType ()
publiczny SaveSliceInfoDef getSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
publiczny SaveSliceInfoDefOrBuilder getSaveSliceInfoDefOrBuilder ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
publiczny int getSerializedSize ()
publiczny ciąg getSnapshotName ()
Name of the snapshot tensor.
string snapshot_name = 3;
public com.google.protobuf.ByteString getSnapshotNameBytes ()
Name of the snapshot tensor.
string snapshot_name = 3;
publiczna ZmiennaSynchronizacja getSynchronizacja ()
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8;
public int getSynchronizationValue ()
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8;
publiczna wartość logiczna getTrainable ()
Whether this variable should be trained.
bool trainable = 7;
publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()
public String getVariableName ()
Name of the variable tensor.
string variable_name = 1;
public com.google.protobuf.ByteString getVariableNameBytes ()
Name of the variable tensor.
string variable_name = 1;
publiczna wartość logiczna hasSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
publiczny int hashCode ()
publiczna końcowa wartość logiczna isInitialized ()
public static VariableDef parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static VariableDef parseFrom (dane ByteBuffer)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static VariableDef parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static VariableDef parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static VariableDef parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczna statyczna VariableDef parseFrom (dane com.google.protobuf.ByteString)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static VariableDef parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static VariableDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczna statyka parser ()
public void writeTo (wyjście com.google.protobuf.CodedOutputStream)
Rzuca
Wyjątek IO |
---|