Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LowerDynamicStitchOp (0.21 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

    //     : (tensor<2xf32>, tensor<2xf32>, tensor<2xf32>, tensor<2xf32>,
    //        tensor<2xf32>, tensor<i64>) -> tensor<5x2xf32>
    //
    template <typename OpT>
    class LowerDynamicStitchOp : public RewritePattern {
     public:
      explicit LowerDynamicStitchOp(MLIRContext *context)
          : RewritePattern(
                OpT::getOperationName(), 1, context,
                {ConstOp::getOperationName(), ReshapeOp::getOperationName(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
Back to top