Uses of Class
org.apache.wayang.basic.model.op.Op
-
Packages that use Op Package Description org.apache.wayang.basic.model org.apache.wayang.basic.model.op org.apache.wayang.basic.model.op.nn org.apache.wayang.basic.operators org.apache.wayang.tensorflow.model -
-
Uses of Op in org.apache.wayang.basic.model
Fields in org.apache.wayang.basic.model declared as Op Modifier and Type Field Description protected Op
DLModel. out
Methods in org.apache.wayang.basic.model that return Op Modifier and Type Method Description Op
DLModel. getOut()
Constructors in org.apache.wayang.basic.model with parameters of type Op Constructor Description DLModel(Op out)
-
Uses of Op in org.apache.wayang.basic.model.op
Subclasses of Op in org.apache.wayang.basic.model.op Modifier and Type Class Description class
ArgMax
class
Cast
class
Eq
class
Input
class
Mean
Fields in org.apache.wayang.basic.model.op with type parameters of type Op Modifier and Type Field Description protected java.util.List<Op>
Op. fromList
Methods in org.apache.wayang.basic.model.op that return Op Modifier and Type Method Description Op
Op. with(Op... ops)
Methods in org.apache.wayang.basic.model.op that return types with arguments of type Op Modifier and Type Method Description java.util.List<Op>
Op. getFromList()
Methods in org.apache.wayang.basic.model.op with parameters of type Op Modifier and Type Method Description Op
Op. with(Op... ops)
-
Uses of Op in org.apache.wayang.basic.model.op.nn
Subclasses of Op in org.apache.wayang.basic.model.op.nn Modifier and Type Class Description class
CrossEntropyLoss
class
Linear
class
ReLU
class
Sigmoid
class
Softmax
-
Uses of Op in org.apache.wayang.basic.operators
Methods in org.apache.wayang.basic.operators that return Op Modifier and Type Method Description Op
DLTrainingOperator.Option. getAccuracyCalculation()
Op
DLTrainingOperator.Option. getCriterion()
Methods in org.apache.wayang.basic.operators with parameters of type Op Modifier and Type Method Description void
DLTrainingOperator.Option. setAccuracyCalculation(Op accuracyCalculation)
Constructors in org.apache.wayang.basic.operators with parameters of type Op Constructor Description Option(Op criterion, Optimizer optimizer, int batchSize, int epoch)
-
Uses of Op in org.apache.wayang.tensorflow.model
Methods in org.apache.wayang.tensorflow.model that return Op Modifier and Type Method Description Op
TensorflowModel. getAccuracyCalculation()
Op
TensorflowModel. getCriterion()
Methods in org.apache.wayang.tensorflow.model with parameters of type Op Modifier and Type Method Description static org.tensorflow.Operand<?>
Convertor. convert(org.tensorflow.op.Ops tf, Op op, org.tensorflow.Operand<?>... inputs)
Constructors in org.apache.wayang.tensorflow.model with parameters of type Op Constructor Description TensorflowModel(DLModel model, Op criterion, Optimizer optimizer, Op accuracyCalculation)
-