Uses of Interface
org.tensorflow.framework.OpDef.ArgDefOrBuilder
-
Packages that use OpDef.ArgDefOrBuilder Package Description org.tensorflow.framework -
-
Uses of OpDef.ArgDefOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement OpDef.ArgDefOrBuilder Modifier and Type Class Description static classOpDef.ArgDefFor describing inputs and outputs.static classOpDef.ArgDef.BuilderFor describing inputs and outputs.Methods in org.tensorflow.framework that return OpDef.ArgDefOrBuilder Modifier and Type Method Description OpDef.ArgDefOrBuilderOpDef.Builder. getInputArgOrBuilder(int index)Description of the input(s).OpDef.ArgDefOrBuilderOpDef. getInputArgOrBuilder(int index)Description of the input(s).OpDef.ArgDefOrBuilderOpDefOrBuilder. getInputArgOrBuilder(int index)Description of the input(s).OpDef.ArgDefOrBuilderOpDef.Builder. getOutputArgOrBuilder(int index)Description of the output(s).OpDef.ArgDefOrBuilderOpDef. getOutputArgOrBuilder(int index)Description of the output(s).OpDef.ArgDefOrBuilderOpDefOrBuilder. getOutputArgOrBuilder(int index)Description of the output(s).Methods in org.tensorflow.framework that return types with arguments of type OpDef.ArgDefOrBuilder Modifier and Type Method Description List<? extends OpDef.ArgDefOrBuilder>OpDef.Builder. getInputArgOrBuilderList()Description of the input(s).List<? extends OpDef.ArgDefOrBuilder>OpDef. getInputArgOrBuilderList()Description of the input(s).List<? extends OpDef.ArgDefOrBuilder>OpDefOrBuilder. getInputArgOrBuilderList()Description of the input(s).List<? extends OpDef.ArgDefOrBuilder>OpDef.Builder. getOutputArgOrBuilderList()Description of the output(s).List<? extends OpDef.ArgDefOrBuilder>OpDef. getOutputArgOrBuilderList()Description of the output(s).List<? extends OpDef.ArgDefOrBuilder>OpDefOrBuilder. getOutputArgOrBuilderList()Description of the output(s).
-