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.ArgDef
OpDef.ArgDef.Builder. build()
OpDef.ArgDef
OpDef.ArgDef.Builder. buildPartial()
static OpDef.ArgDef
OpDef.ArgDef. getDefaultInstance()
OpDef.ArgDef
OpDef.ArgDef.Builder. getDefaultInstanceForType()
OpDef.ArgDef
OpDef.ArgDef. getDefaultInstanceForType()
OpDef.ArgDef
OpDef.Builder. getInputArg(int index)
Description of the input(s).OpDef.ArgDef
OpDef. getInputArg(int index)
Description of the input(s).OpDef.ArgDef
OpDefOrBuilder. getInputArg(int index)
Description of the input(s).OpDef.ArgDef
OpDef.Builder. getOutputArg(int index)
Description of the output(s).OpDef.ArgDef
OpDef. getOutputArg(int index)
Description of the output(s).OpDef.ArgDef
OpDefOrBuilder. getOutputArg(int index)
Description of the output(s).static OpDef.ArgDef
OpDef.ArgDef. parseDelimitedFrom(InputStream input)
static OpDef.ArgDef
OpDef.ArgDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static OpDef.ArgDef
OpDef.ArgDef. parseFrom(byte[] data)
static OpDef.ArgDef
OpDef.ArgDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static OpDef.ArgDef
OpDef.ArgDef. parseFrom(InputStream input)
static OpDef.ArgDef
OpDef.ArgDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static OpDef.ArgDef
OpDef.ArgDef. parseFrom(ByteBuffer data)
static OpDef.ArgDef
OpDef.ArgDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static OpDef.ArgDef
OpDef.ArgDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static OpDef.ArgDef
OpDef.ArgDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static OpDef.ArgDef
OpDef.ArgDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static OpDef.ArgDef
OpDef.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.Builder
OpDef.Builder. addInputArg(int index, OpDef.ArgDef value)
Description of the input(s).OpDef.Builder
OpDef.Builder. addInputArg(OpDef.ArgDef value)
Description of the input(s).OpDef.Builder
OpDef.Builder. addOutputArg(int index, OpDef.ArgDef value)
Description of the output(s).OpDef.Builder
OpDef.Builder. addOutputArg(OpDef.ArgDef value)
Description of the output(s).OpDef.ArgDef.Builder
OpDef.ArgDef.Builder. mergeFrom(OpDef.ArgDef other)
static OpDef.ArgDef.Builder
OpDef.ArgDef. newBuilder(OpDef.ArgDef prototype)
OpDef.Builder
OpDef.Builder. setInputArg(int index, OpDef.ArgDef value)
Description of the input(s).OpDef.Builder
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.ArgDef Modifier and Type Method Description OpDef.Builder
OpDef.Builder. addAllInputArg(Iterable<? extends OpDef.ArgDef> values)
Description of the input(s).OpDef.Builder
OpDef.Builder. addAllOutputArg(Iterable<? extends OpDef.ArgDef> values)
Description of the output(s).
-