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.cc2848 class HoistCwiseUnaryOutOfUnpack : public OpRewritePattern<UnpackOp> { class
2850 explicit HoistCwiseUnaryOutOfUnpack(MLIRContext *context) in HoistCwiseUnaryOutOfUnpack() function in mlir::TF::__anonf66a1e981411::HoistCwiseUnaryOutOfUnpack
2856 LogicalResult HoistCwiseUnaryOutOfUnpack::matchAndRewrite( in matchAndRewrite()
2899 results.add<HoistCwiseUnaryOutOfUnpack>(context); in getCanonicalizationPatterns()