Uses of Interface
org.tensorflow.framework.MetaGraphDefOrBuilder
-
Packages that use MetaGraphDefOrBuilder Package Description org.tensorflow.framework -
-
Uses of MetaGraphDefOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement MetaGraphDefOrBuilder Modifier and Type Class Description classMetaGraphDefNOTE: This protocol buffer is evolving, and will go through revisions in the coming months.static classMetaGraphDef.BuilderNOTE: This protocol buffer is evolving, and will go through revisions in the coming months.Methods in org.tensorflow.framework that return MetaGraphDefOrBuilder Modifier and Type Method Description MetaGraphDefOrBuilderSavedModel.Builder. getMetaGraphsOrBuilder(int index)One or more MetaGraphs.MetaGraphDefOrBuilderSavedModel. getMetaGraphsOrBuilder(int index)One or more MetaGraphs.MetaGraphDefOrBuilderSavedModelOrBuilder. getMetaGraphsOrBuilder(int index)One or more MetaGraphs.Methods in org.tensorflow.framework that return types with arguments of type MetaGraphDefOrBuilder Modifier and Type Method Description List<? extends MetaGraphDefOrBuilder>SavedModel.Builder. getMetaGraphsOrBuilderList()One or more MetaGraphs.List<? extends MetaGraphDefOrBuilder>SavedModel. getMetaGraphsOrBuilderList()One or more MetaGraphs.List<? extends MetaGraphDefOrBuilder>SavedModelOrBuilder. getMetaGraphsOrBuilderList()One or more MetaGraphs.
-