Uses of Class
org.tensorflow.framework.OpDef.ArgDef
Packages that use OpDef.ArgDef
-
Uses of OpDef.ArgDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return OpDef.ArgDefModifier and TypeMethodDescriptionOpDef.ArgDef.Builder.build()OpDef.ArgDef.Builder.buildPartial()static OpDef.ArgDefOpDef.ArgDef.getDefaultInstance()OpDef.ArgDef.Builder.getDefaultInstanceForType()OpDef.ArgDef.getDefaultInstanceForType()OpDef.Builder.getInputArg(int index) Description of the input(s).OpDef.getInputArg(int index) Description of the input(s).OpDefOrBuilder.getInputArg(int index) Description of the input(s).OpDef.Builder.getOutputArg(int index) Description of the output(s).OpDef.getOutputArg(int index) Description of the output(s).OpDefOrBuilder.getOutputArg(int index) Description of the output(s).static OpDef.ArgDefOpDef.ArgDef.parseDelimitedFrom(InputStream input) static OpDef.ArgDefOpDef.ArgDef.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpDef.ArgDefOpDef.ArgDef.parseFrom(byte[] data) static OpDef.ArgDefOpDef.ArgDef.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpDef.ArgDefOpDef.ArgDef.parseFrom(com.google.protobuf.ByteString data) static OpDef.ArgDefOpDef.ArgDef.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpDef.ArgDefOpDef.ArgDef.parseFrom(com.google.protobuf.CodedInputStream input) static OpDef.ArgDefOpDef.ArgDef.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpDef.ArgDefOpDef.ArgDef.parseFrom(InputStream input) static OpDef.ArgDefOpDef.ArgDef.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OpDef.ArgDefOpDef.ArgDef.parseFrom(ByteBuffer data) static OpDef.ArgDefOpDef.ArgDef.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type OpDef.ArgDefModifier and TypeMethodDescriptionOpDef.Builder.getInputArgList()Description of the input(s).OpDef.getInputArgList()Description of the input(s).OpDefOrBuilder.getInputArgList()Description of the input(s).OpDef.Builder.getOutputArgList()Description of the output(s).OpDef.getOutputArgList()Description of the output(s).OpDefOrBuilder.getOutputArgList()Description of the output(s).com.google.protobuf.Parser<OpDef.ArgDef> OpDef.ArgDef.getParserForType()static com.google.protobuf.Parser<OpDef.ArgDef> OpDef.ArgDef.parser()Methods in org.tensorflow.framework with parameters of type OpDef.ArgDefModifier and TypeMethodDescriptionOpDef.Builder.addInputArg(int index, OpDef.ArgDef value) Description of the input(s).OpDef.Builder.addInputArg(OpDef.ArgDef value) Description of the input(s).OpDef.Builder.addOutputArg(int index, OpDef.ArgDef value) Description of the output(s).OpDef.Builder.addOutputArg(OpDef.ArgDef value) Description of the output(s).OpDef.ArgDef.Builder.mergeFrom(OpDef.ArgDef other) static OpDef.ArgDef.BuilderOpDef.ArgDef.newBuilder(OpDef.ArgDef prototype) OpDef.Builder.setInputArg(int index, OpDef.ArgDef value) Description of the input(s).OpDef.Builder.setOutputArg(int index, OpDef.ArgDef value) Description of the output(s).Method parameters in org.tensorflow.framework with type arguments of type OpDef.ArgDefModifier and TypeMethodDescriptionOpDef.Builder.addAllInputArg(Iterable<? extends OpDef.ArgDef> values) Description of the input(s).OpDef.Builder.addAllOutputArg(Iterable<? extends OpDef.ArgDef> values) Description of the output(s).