Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConvertBatchMatMulV2Op (0.33 sec)

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

      };
      broadcast_one_side(lhs, lhs_type, lhs_splitted.getTail(), out_lhs);
      broadcast_one_side(rhs, rhs_type, rhs_splitted.getTail(), out_rhs);
    }
    
    class ConvertBatchMatMulV2Op : public OpRewritePattern<TF::BatchMatMulV2Op> {
     public:
      // TODO(hinsu): Legalize this op to Einsum op. HLO Einsum op needs to be moved
      // to CHLO and it is missing legalization to MHLO. Once that is done, this
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top