public interface FeatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BytesList |
getBytesList()
.tensorflow.BytesList bytes_list = 1; |
BytesListOrBuilder |
getBytesListOrBuilder()
.tensorflow.BytesList bytes_list = 1; |
FloatList |
getFloatList()
.tensorflow.FloatList float_list = 2; |
FloatListOrBuilder |
getFloatListOrBuilder()
.tensorflow.FloatList float_list = 2; |
Int64List |
getInt64List()
.tensorflow.Int64List int64_list = 3; |
Int64ListOrBuilder |
getInt64ListOrBuilder()
.tensorflow.Int64List int64_list = 3; |
Feature.KindCase |
getKindCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
BytesList getBytesList()
.tensorflow.BytesList bytes_list = 1;
BytesListOrBuilder getBytesListOrBuilder()
.tensorflow.BytesList bytes_list = 1;
FloatList getFloatList()
.tensorflow.FloatList float_list = 2;
FloatListOrBuilder getFloatListOrBuilder()
.tensorflow.FloatList float_list = 2;
Int64List getInt64List()
.tensorflow.Int64List int64_list = 3;
Int64ListOrBuilder getInt64ListOrBuilder()
.tensorflow.Int64List int64_list = 3;
Feature.KindCase getKindCase()
Copyright © 2015–2018. All rights reserved.