Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for broadcast_one_side (0.12 sec)

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

            shape);
        *out_side = rewriter->create<TF::BroadcastToOp>(loc, result_type, side,
                                                        shape_tensor);
      };
      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:
    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