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 OpDLModel. outMethods in org.apache.wayang.basic.model that return Op Modifier and Type Method Description OpDLModel. 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 classArgMaxclassCastclassEqclassInputclassMeanFields in org.apache.wayang.basic.model.op with type parameters of type Op Modifier and Type Field Description protected java.util.List<Op>Op. fromListMethods in org.apache.wayang.basic.model.op that return Op Modifier and Type Method Description OpOp. 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 OpOp. 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 classCrossEntropyLossclassLinearclassReLUclassSigmoidclassSoftmax -
Uses of Op in org.apache.wayang.basic.operators
Methods in org.apache.wayang.basic.operators that return Op Modifier and Type Method Description OpDLTrainingOperator.Option. getAccuracyCalculation()OpDLTrainingOperator.Option. getCriterion()Methods in org.apache.wayang.basic.operators with parameters of type Op Modifier and Type Method Description voidDLTrainingOperator.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 OpTensorflowModel. getAccuracyCalculation()OpTensorflowModel. 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)
-