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.addRepeatedField(Descriptors.FieldDescriptor field, Object value) OpList.Builder.clear()OpList.Builder.clearField(Descriptors.FieldDescriptor field) OpList.Builder.clearOneof(Descriptors.OneofDescriptor oneof) OpList.Builder.clearOp()repeated .tensorflow.OpDef op = 1;OpList.Builder.clone()MetaGraphDef.MetaInfoDef.Builder.getStrippedOpListBuilder()A copy of the OpDefs used by the producer of this graph_def.OpList.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) final OpList.BuilderOpList.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static OpList.BuilderOpList.newBuilder()static OpList.BuilderOpList.newBuilder(OpList prototype) OpList.newBuilderForType()protected OpList.BuilderOpList.newBuilderForType(GeneratedMessageV3.BuilderParent parent) OpList.Builder.removeOp(int index) repeated .tensorflow.OpDef op = 1;OpList.Builder.setField(Descriptors.FieldDescriptor field, Object value) repeated .tensorflow.OpDef op = 1;OpList.Builder.setOp(int index, OpDef.Builder builderForValue) repeated .tensorflow.OpDef op = 1;OpList.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final OpList.BuilderOpList.Builder.setUnknownFields(UnknownFieldSet unknownFields) 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.