Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for I64 (0.71 sec)

  1. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %60 = "tf.Sub"(%59, %13) {device = ""} : (tensor<i64>, tensor<i64>) -> tensor<i64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK: arith.index_cast {{.*}} : index to i64
      // CHECK: arith.cmpi eq, {{.*}} : i64
      // CHECK: arith.addi {{.*}} : i64
      // CHECK: tensor.dim {{.*}} : tensor<4xi32>
      // CHECK: arith.index_cast {{.*}} : index to i64
      // CHECK: select {{.*}} : i64
      // CHECK: arith.index_cast {{.*}} : i64 to index
      // CHECK: arith.index_cast {{.*}} : i64 to index
      // CHECK: tensor.from_elements {{.*}} : tensor<1xindex>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    // CHECK:           %[[VAL_1:.*]] = "tf.Const"() <{value = dense<1> : tensor<i64>}> : () -> tensor<i64>
    // CHECK:           return %[[VAL_1]] : tensor<i64>
    // CHECK:         }
    func.func @size_rank_one_i64(%arg0: tensor<f32>) -> tensor<i64> {
      %0 = mhlo.constant dense<1> : tensor<i64>
      func.return %0 : tensor<i64>
    }
    
    // CHECK-LABEL:   func @complex(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

      }
    };
    
    // Converts TensorFlow DiagPartOp to HLO ops using reduction on masked matrix.
    // For a Rank-2 input, it creates the following ops:
    //   %1 = "mhlo.iota"() {iota_dimension = 0 : i64}
    //   %2 = "mhlo.iota"() {iota_dimension = 1 : i64}
    //   %3 = "mhlo.compare"(%1, %2) {comparison_direction = "EQ"}
    //   %4 = mhlo.constant dense<0.000000e+00> : tensor<f32>
    //   %5 = "mhlo.broadcast"(%4)
    //   %6 = "mhlo.select"(%3, %input, %5)
    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