Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stage2Patterns (0.1 sec)

  1. tensorflow/compiler/mlir/lite/transforms/legalize_tf.cc

      // The following pattern matchings should be done after the other legalization
      // rules in order not to add unnecessary BroadcastTo ops.
      RewritePatternSet stage2Patterns(&getContext());
    
      addPatterns(context, stage2Patterns, this->preserve_assert_op_);
    
      stage2Patterns.add<ApplyExplicitBroadcasting<TF::LessEqualOp>,
                         ApplyExplicitBroadcasting<TF::GreaterEqualOp>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 20:06:54 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top