Uses of Class
org.tensorflow.util.BundleEntryProto
-
Packages that use BundleEntryProto Package Description org.tensorflow.util -
-
Uses of BundleEntryProto in org.tensorflow.util
Methods in org.tensorflow.util that return BundleEntryProto Modifier and Type Method Description BundleEntryProto
BundleEntryProto.Builder. build()
BundleEntryProto
BundleEntryProto.Builder. buildPartial()
static BundleEntryProto
BundleEntryProto. getDefaultInstance()
BundleEntryProto
BundleEntryProto.Builder. getDefaultInstanceForType()
BundleEntryProto
BundleEntryProto. getDefaultInstanceForType()
static BundleEntryProto
BundleEntryProto. parseDelimitedFrom(InputStream input)
static BundleEntryProto
BundleEntryProto. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static BundleEntryProto
BundleEntryProto. parseFrom(byte[] data)
static BundleEntryProto
BundleEntryProto. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static BundleEntryProto
BundleEntryProto. parseFrom(InputStream input)
static BundleEntryProto
BundleEntryProto. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static BundleEntryProto
BundleEntryProto. parseFrom(ByteBuffer data)
static BundleEntryProto
BundleEntryProto. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static BundleEntryProto
BundleEntryProto. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static BundleEntryProto
BundleEntryProto. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static BundleEntryProto
BundleEntryProto. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static BundleEntryProto
BundleEntryProto. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.tensorflow.util that return types with arguments of type BundleEntryProto Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<BundleEntryProto>
BundleEntryProto. getParserForType()
static org.nd4j.shade.protobuf.Parser<BundleEntryProto>
BundleEntryProto. parser()
Methods in org.tensorflow.util with parameters of type BundleEntryProto Modifier and Type Method Description BundleEntryProto.Builder
BundleEntryProto.Builder. mergeFrom(BundleEntryProto other)
static BundleEntryProto.Builder
BundleEntryProto. newBuilder(BundleEntryProto prototype)
-