Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc2654 class HoistCwiseUnaryOutOfUnpack : public OpRewritePattern<UnpackOp> { class
2656 explicit HoistCwiseUnaryOutOfUnpack(MLIRContext *context) in HoistCwiseUnaryOutOfUnpack() function in mlir::TF::__anon2bac52fa1111::HoistCwiseUnaryOutOfUnpack
2662 LogicalResult HoistCwiseUnaryOutOfUnpack::matchAndRewrite( in matchAndRewrite()
2705 results.insert<HoistCwiseUnaryOutOfUnpack>(context); in getCanonicalizationPatterns()