public static interface SavedObjectGraphOuterClass.SavedVariableOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
VariableAggregation |
getAggregation()
.tensorflow.VariableAggregation aggregation = 5; |
int |
getAggregationValue()
.tensorflow.VariableAggregation aggregation = 5; |
DataType |
getDtype()
.tensorflow.DataType dtype = 1; |
int |
getDtypeValue()
.tensorflow.DataType dtype = 1; |
String |
getName()
string name = 6; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 6; |
TensorShapeProto |
getShape()
.tensorflow.TensorShapeProto shape = 2; |
TensorShapeProtoOrBuilder |
getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 2; |
VariableSynchronization |
getSynchronization()
.tensorflow.VariableSynchronization synchronization = 4; |
int |
getSynchronizationValue()
.tensorflow.VariableSynchronization synchronization = 4; |
boolean |
getTrainable()
bool trainable = 3; |
boolean |
hasShape()
.tensorflow.TensorShapeProto shape = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getDtypeValue()
.tensorflow.DataType dtype = 1;
DataType getDtype()
.tensorflow.DataType dtype = 1;
boolean hasShape()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProto getShape()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 2;
boolean getTrainable()
bool trainable = 3;
int getSynchronizationValue()
.tensorflow.VariableSynchronization synchronization = 4;
VariableSynchronization getSynchronization()
.tensorflow.VariableSynchronization synchronization = 4;
int getAggregationValue()
.tensorflow.VariableAggregation aggregation = 5;
VariableAggregation getAggregation()
.tensorflow.VariableAggregation aggregation = 5;
String getName()
string name = 6;
com.google.protobuf.ByteString getNameBytes()
string name = 6;
Copyright © 2015–2019. All rights reserved.