Uses of Class
org.tensorflow.proto.OpList.Builder
Packages that use OpList.Builder
-
Uses of OpList.Builder in org.tensorflow.proto
Subclasses with type arguments of type OpList.Builder in org.tensorflow.protoMethods in org.tensorflow.proto that return OpList.BuilderModifier and TypeMethodDescriptionrepeated .tensorflow.OpDef op = 1;repeated .tensorflow.OpDef op = 1;OpList.Builder.addOp(int index, OpDef.Builder builderForValue) repeated .tensorflow.OpDef op = 1;repeated .tensorflow.OpDef op = 1;OpList.Builder.addOp(OpDef.Builder builderForValue) repeated .tensorflow.OpDef op = 1;OpList.Builder.clear()OpList.Builder.clearOp()repeated .tensorflow.OpDef op = 1;MetaGraphDef.MetaInfoDef.Builder.getStrippedOpListBuilder()A copy of the OpDefs used by the producer of this graph_def.OpList.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static OpList.BuilderOpList.newBuilder()static OpList.BuilderOpList.newBuilder(OpList prototype) OpList.newBuilderForType()protected OpList.BuilderOpList.newBuilderForType(AbstractMessage.BuilderParent parent) OpList.Builder.removeOp(int index) repeated .tensorflow.OpDef op = 1;repeated .tensorflow.OpDef op = 1;OpList.Builder.setOp(int index, OpDef.Builder builderForValue) repeated .tensorflow.OpDef op = 1;OpList.toBuilder()Methods in org.tensorflow.proto with parameters of type OpList.BuilderModifier and TypeMethodDescriptionMetaGraphDef.MetaInfoDef.Builder.setStrippedOpList(OpList.Builder builderForValue) A copy of the OpDefs used by the producer of this graph_def.