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