Uses of Class
org.tensorflow.example.FloatList
Packages that use FloatList
-
Uses of FloatList in org.tensorflow.example
Methods in org.tensorflow.example that return FloatListModifier and TypeMethodDescriptionFloatList.Builder.build()FloatList.Builder.buildPartial()static FloatListFloatList.getDefaultInstance()FloatList.Builder.getDefaultInstanceForType()FloatList.getDefaultInstanceForType()Feature.Builder.getFloatList().tensorflow.FloatList float_list = 2;Feature.getFloatList().tensorflow.FloatList float_list = 2;FeatureOrBuilder.getFloatList().tensorflow.FloatList float_list = 2;static FloatListFloatList.parseDelimitedFrom(InputStream input) static FloatListFloatList.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FloatListFloatList.parseFrom(byte[] data) static FloatListFloatList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FloatListFloatList.parseFrom(com.google.protobuf.ByteString data) static FloatListFloatList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FloatListFloatList.parseFrom(com.google.protobuf.CodedInputStream input) static FloatListFloatList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FloatListFloatList.parseFrom(InputStream input) static FloatListFloatList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FloatListFloatList.parseFrom(ByteBuffer data) static FloatListFloatList.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.example that return types with arguments of type FloatListModifier and TypeMethodDescriptioncom.google.protobuf.Parser<FloatList> FloatList.getParserForType()static com.google.protobuf.Parser<FloatList> FloatList.parser()Methods in org.tensorflow.example with parameters of type FloatListModifier and TypeMethodDescriptionFeature.Builder.mergeFloatList(FloatList value) .tensorflow.FloatList float_list = 2;static FloatList.BuilderFloatList.newBuilder(FloatList prototype) Feature.Builder.setFloatList(FloatList value) .tensorflow.FloatList float_list = 2;