Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for realized (0.13 sec)

  1. ChangeLog.md

    #### Bug fixes
    - [868d0ac](https://github.com/JetBrains/kotlin/commit/868d0acf6bd5e550ae84428a6b62f9f6e1c2c633) Ensure that inline body is realized when source information is off [b/338179884](https://issuetracker.google.com/issue/338179884)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          loc, to_type, input, result_extents, broadcast_dims);
    }
    
    // Builds a set of operations for applying reduction on the input value. A
    // tf.sum op is created and will be legalized to tfl ops automatically.
    static Value ApplyReduction(Location loc, Value input,
                                DenseIntElementsAttr reduce_dims,
                                OpBuilder *builder) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      %0 = "tf.MatMul"(%a, %b) {transpose_a = false, transpose_b = false} : (tensor<?x7xf32>, tensor<7x?xf32>) -> tensor<?x?xf32>
    
      func.return %0 : tensor<?x?xf32>
    }
    
    // Verify SparseMatMul is legalized to dot.
    // CHECK-LABEL: test_sparse_mat_mul
    func.func @test_sparse_mat_mul(%arg0: tensor<3x4xf32>, %arg1: tensor<4x5xf32>) -> tensor<3x5xf32> {
      // CHECK: "mhlo.dot"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
Back to top