Uses of Class
org.tensorflow.proto.OpDef.ArgDef
Packages that use OpDef.ArgDef
-
Uses of OpDef.ArgDef in org.tensorflow.proto
Methods in org.tensorflow.proto 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, ExtensionRegistryLite extensionRegistry) static OpDef.ArgDefOpDef.ArgDef.parseFrom(byte[] data) static OpDef.ArgDefOpDef.ArgDef.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static OpDef.ArgDefOpDef.ArgDef.parseFrom(ByteString data) static OpDef.ArgDefOpDef.ArgDef.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static OpDef.ArgDefOpDef.ArgDef.parseFrom(CodedInputStream input) static OpDef.ArgDefOpDef.ArgDef.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static OpDef.ArgDefOpDef.ArgDef.parseFrom(InputStream input) static OpDef.ArgDefOpDef.ArgDef.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static OpDef.ArgDefOpDef.ArgDef.parseFrom(ByteBuffer data) static OpDef.ArgDefOpDef.ArgDef.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto 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).OpDef.ArgDef.getParserForType()static Parser<OpDef.ArgDef> OpDef.ArgDef.parser()Methods in org.tensorflow.proto 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.proto 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).