Uses of Interface
org.tensorflow.framework.KernelDef.AttrConstraintOrBuilder
-
Packages that use KernelDef.AttrConstraintOrBuilder Package Description org.tensorflow.framework -
-
Uses of KernelDef.AttrConstraintOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement KernelDef.AttrConstraintOrBuilder Modifier and Type Class Description static class
KernelDef.AttrConstraint
Protobuf typetensorflow.KernelDef.AttrConstraint
static class
KernelDef.AttrConstraint.Builder
Protobuf typetensorflow.KernelDef.AttrConstraint
Methods in org.tensorflow.framework that return KernelDef.AttrConstraintOrBuilder Modifier and Type Method Description KernelDef.AttrConstraintOrBuilder
KernelDef.Builder. getConstraintOrBuilder(int index)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
KernelDef.AttrConstraintOrBuilder
KernelDef. getConstraintOrBuilder(int index)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
KernelDef.AttrConstraintOrBuilder
KernelDefOrBuilder. getConstraintOrBuilder(int index)
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
Methods in org.tensorflow.framework that return types with arguments of type KernelDef.AttrConstraintOrBuilder Modifier and Type Method Description List<? extends KernelDef.AttrConstraintOrBuilder>
KernelDef.Builder. getConstraintOrBuilderList()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
List<? extends KernelDef.AttrConstraintOrBuilder>
KernelDef. getConstraintOrBuilderList()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
List<? extends KernelDef.AttrConstraintOrBuilder>
KernelDefOrBuilder. getConstraintOrBuilderList()
repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;
-