Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Franko (0.18 sec)

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

        int64_t rank = lhs_type.getRank();
        auto batch_dimensions = llvm::to_vector<4>(llvm::seq<int64_t>(0, rank - 2));
        auto lhs_contracting_dimensions = llvm::to_vector<4>(
            llvm::ArrayRef({op.getAdjX() ? rank - 2 : rank - 1}));
        auto rhs_contracting_dimensions = llvm::to_vector<4>(
            llvm::ArrayRef({op.getAdjY() ? rank - 1 : rank - 2}));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/optimize.mlir

    }
    
    // CHECK-LABEL: @FuseReshapeAroundBMMNagativeTest2
    // Checks that the pattern matcher FuseReshapesAroundBatchMatMulLHS does not get
    // applied for this case that does not pass the constraint around input rank.
    func.func @FuseReshapeAroundBMMNagativeTest2(%arg0: tensor<2x1536xf32>) -> tensor<2x768xf32> {
      %cst = arith.constant dense_resource<__elided__> : tensor<3xi32>
      %cst_0 = arith.constant dense_resource<__elided__> : tensor<2xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
Back to top