Home
last modified time | relevance | path

Searched refs:op3_reciprocal_op2 (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_common.cc1593 auto op3_reciprocal_op2 = rewriter.create<tosa::ReciprocalOp>( in convertSoftmaxOp() local
1598 op3_reciprocal_op2.getResult(), 0) in convertSoftmaxOp()
1654 auto op3_reciprocal_op2 = rewriter.create<tosa::ReciprocalOp>( in convertLogSoftmaxOp() local
1659 op3_reciprocal_op2.getResult(), 0); in convertLogSoftmaxOp()