Uses of Class
org.tensorflow.framework.MetaGraphDef
-
Packages that use MetaGraphDef Package Description org.tensorflow.framework -
-
Uses of MetaGraphDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return MetaGraphDef Modifier and Type Method Description MetaGraphDefMetaGraphDef.Builder. build()MetaGraphDefMetaGraphDef.Builder. buildPartial()static MetaGraphDefMetaGraphDef. getDefaultInstance()MetaGraphDefMetaGraphDef.Builder. getDefaultInstanceForType()MetaGraphDefMetaGraphDef. getDefaultInstanceForType()MetaGraphDefSavedModel.Builder. getMetaGraphs(int index)One or more MetaGraphs.MetaGraphDefSavedModel. getMetaGraphs(int index)One or more MetaGraphs.MetaGraphDefSavedModelOrBuilder. getMetaGraphs(int index)One or more MetaGraphs.static MetaGraphDefMetaGraphDef. parseDelimitedFrom(InputStream input)static MetaGraphDefMetaGraphDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static MetaGraphDefMetaGraphDef. parseFrom(byte[] data)static MetaGraphDefMetaGraphDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static MetaGraphDefMetaGraphDef. parseFrom(InputStream input)static MetaGraphDefMetaGraphDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static MetaGraphDefMetaGraphDef. parseFrom(ByteBuffer data)static MetaGraphDefMetaGraphDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static MetaGraphDefMetaGraphDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)static MetaGraphDefMetaGraphDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static MetaGraphDefMetaGraphDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static MetaGraphDefMetaGraphDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type MetaGraphDef Modifier and Type Method Description List<MetaGraphDef>SavedModel.Builder. getMetaGraphsList()One or more MetaGraphs.List<MetaGraphDef>SavedModel. getMetaGraphsList()One or more MetaGraphs.List<MetaGraphDef>SavedModelOrBuilder. getMetaGraphsList()One or more MetaGraphs.org.nd4j.shade.protobuf.Parser<MetaGraphDef>MetaGraphDef. getParserForType()static org.nd4j.shade.protobuf.Parser<MetaGraphDef>MetaGraphDef. parser()Methods in org.tensorflow.framework with parameters of type MetaGraphDef Modifier and Type Method Description SavedModel.BuilderSavedModel.Builder. addMetaGraphs(int index, MetaGraphDef value)One or more MetaGraphs.SavedModel.BuilderSavedModel.Builder. addMetaGraphs(MetaGraphDef value)One or more MetaGraphs.MetaGraphDef.BuilderMetaGraphDef.Builder. mergeFrom(MetaGraphDef other)static MetaGraphDef.BuilderMetaGraphDef. newBuilder(MetaGraphDef prototype)SavedModel.BuilderSavedModel.Builder. setMetaGraphs(int index, MetaGraphDef value)One or more MetaGraphs.Method parameters in org.tensorflow.framework with type arguments of type MetaGraphDef Modifier and Type Method Description SavedModel.BuilderSavedModel.Builder. addAllMetaGraphs(Iterable<? extends MetaGraphDef> values)One or more MetaGraphs.
-