Uses of Class
org.tensorflow.framework.OpList.Builder
Packages that use OpList.Builder
-
Uses of OpList.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework 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(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OpList.Builder.clear()OpList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) OpList.Builder.clearOneof(com.google.protobuf.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(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OpList.Builder.mergeFrom(com.google.protobuf.Message other) final OpList.BuilderOpList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static OpList.BuilderOpList.newBuilder()static OpList.BuilderOpList.newBuilder(OpList prototype) OpList.newBuilderForType()protected OpList.BuilderOpList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final OpList.BuilderOpList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) OpList.toBuilder()Methods in org.tensorflow.framework 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.