Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 120 for i64 (0.02 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tpu_device_propagation.mlir

        tf_executor.fetch %1#0 : tensor<i64>
      }
      func.return %0 : tensor<i64>
    }
    
    // CHECK-LABEL: func @testIdentityNOp
    // CHECK-SAME: ({{%.+}}: tensor<i64> {tf.device = "/job:localhost/replica:0/task:0/device:TPU:0"}, {{%.+}}: tensor<i32> {tf.device = "/job:localhost/replica:0/task:0/device:TPU:0"})
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 19K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v2/testdata/func_with_dead_ops.mlir

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 13 23:22:50 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/utils/tf_to_uniform_attribute_utils_test.cc

    "tf.UniformQuantizedAdd"(%0, %1, %2, %3, %2, %3, %2, %3) {device = "", lhs_quantization_axis = -1 : i64, lhs_quantization_max_val = 127 : i64, lhs_quantization_min_val = -127 : i64, output_quantization_axis = -1 : i64, output_quantization_max_val = 127 : i64, output_quantization_min_val = -127 : i64, rhs_quantization_axis = -1 : i64, rhs_quantization_max_val = 127 : i64, rhs_quantization_min_val = -127 : i64} : (tensor<1x3x2x2x!tf_type.qint32>, tensor<2x!tf_type.qint32>, tensor<f32>, tensor<i32>, tensor<f32>,...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Sep 11 00:47:05 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-quant.mlir

          lhs_quantization_axis = -1 : i64,
          lhs_quantization_min_val = -2147483648 : i64,
          lhs_quantization_max_val = 2147483647 : i64,
          rhs_quantization_axis = -1 : i64,
          rhs_quantization_min_val = -2147483648 : i64,
          rhs_quantization_max_val = 2147483647 : i64,
          output_quantization_axis = -1 : i64,
          output_quantization_min_val = -2147483648 : i64,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 01:25:29 UTC 2024
    - 37.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/stablehlo/tests/bridge/convert-tf-quant-types.mlir

            lhs_quantization_axis = -1 : i64,
            lhs_quantization_min_val = -2147483648 : i64,
            lhs_quantization_max_val = 2147483647 : i64,
            rhs_quantization_axis = -1 : i64,
            rhs_quantization_min_val = -2147483648 : i64,
            rhs_quantization_max_val = 2147483647 : i64,
            output_quantization_axis = -1 : i64,
            output_quantization_min_val = -2147483648 : i64,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 25.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/vhlo.mlir

        }, {
        ^bb0(%arg0: tensor<i64>, %arg1: tensor<i64>):
          %new_sum = "vhlo.add_v1"(%arg1, %arg1) : (tensor<i64>, tensor<i64>) -> tensor<i64>
          %new_i = "vhlo.add_v1" (%arg0, %arg1) : (tensor<i64>, tensor<i64>) -> tensor<i64>
          "vhlo.return_v1"(%new_i, %new_sum) : (tensor<i64>, tensor<i64>) ->()
      }) : (tensor<i64>, tensor<i64>) -> (tensor<i64>, tensor<i64>)
      return %0 : tensor<i64>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 14 19:15:40 UTC 2024
    - 31.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_to_mhlo_int_test.cc

        device = "", lhs_quantization_axis = -1 : i64,
        lhs_quantization_max_val = 127 : i64,
        lhs_quantization_min_val = -128 : i64,
        output_quantization_axis = -1 : i64,
        output_quantization_max_val = 2147483647 : i64,
        output_quantization_min_val = -2147483648 : i64,
        rhs_quantization_axis = -1 : i64,
        rhs_quantization_max_val = 127 : i64,
        rhs_quantization_min_val = -128 : i64
      } : (
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 03 01:03:21 UTC 2024
    - 35.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfrt/tests/mlrt/tf_to_mlrt.mlir

      %2 = "tf.Const"() {__op_key = 7: i32,device = "/device:CPU:0", value = dense<5> : tensor<i64>} : () -> tensor<i64>
      %3 = "tf.RangeDataset"(%0, %2, %1) {__op_key = 8: i32, device = "/device:CPU:0", output_shapes = [#tf_type.shape<>], output_types = [i64], metadata = ""} : (tensor<i64>, tensor<i64>, tensor<i64>) -> tensor<!tf_type.variant>
      // CHECK: tf_mlrt.executeop{{.*}}op: \22MapDataset\22
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 20:44:15 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tfr/python/tfr_gen_test.py

          CHECK-NEXT: %{{.*}} = arith.cmpi "ule", %x, %y : i64
          CHECK-NEXT: %{{.*}} = arith.cmpi "ugt", %x, %y : i64
          CHECK-NEXT: %{{.*}} = arith.cmpi "uge", %x, %y : i64
          CHECK-NEXT: %{{.*}} = arith.cmpi "ne", %x, %y : i64
          CHECK-NEXT: %{{.*}} = arith.addi %x, %y : i64
          CHECK-NEXT: %[[sub_1:.*]] = arith.subi %x, %y : i64
          CHECK-NEXT: %[[add_1:.*]] = arith.addi %[[sub_1]], %x : i64
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 13 16:33:28 UTC 2021
    - 28.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/tests/lift_hashtable_ops_as_args.mlir

        %4 = "tf.AddV2"(%2, %3) {device = ""} : (tensor<i64>, tensor<i64>) -> tensor<i64>
        %5 = "tf.LookupTableFindV2"(%0, %arg0, %cst) {device = ""} : (tensor<!tf_type.resource>, tensor<?x!tf_type.string>, tensor<i64>) -> tensor<*xi64>
        %6 = "tf.AddV2"(%5, %4) {device = ""} : (tensor<*xi64>, tensor<i64>) -> tensor<*xi64>
        return %6 : tensor<*xi64>
      }
    // Check that HashTable op is lifted.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 15 05:41:44 UTC 2024
    - 13.5K bytes
    - Viewed (0)
Back to top