Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 340 for io32 (0.09 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/tests/replace_cast_hacks_with_tf_xla_ops_large_constants.mlir

        %cst = "tf.Const"() {value = dense<127> : tensor<i32>} : () -> tensor<i32>
        %cst_0 = "tf.Const"() {value = dense<-128> : tensor<i32>} : () -> tensor<i32>
        %0 = "tf.Cast"(%arg0) {Truncate = false} : (tensor<1x2240x2240x3xi8>) -> tensor<1x2240x2240x3xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/group_by_dialect.mlir

    // -----
    
    func.func @empty(%arg0: i32) -> i32 {
      func.return %arg0 : i32
    }
    
    // CHECK: func @empty
    // CHECK-NOT: call
    // -----
    
    func.func @only_top_level() -> (i32, i32, i32, i32) {
      %0 = "glue.constant"() { value = 0: i32 } : () -> i32
      %1 = "glue.constant"() { value = 1: i32 } : () -> i32
      %2 = "glue.constant"() { value = 2: i32 } : () -> i32
      %3 = "glue.constant"() { value = 3: i32 } : () -> i32
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 28 23:43:21 UTC 2022
    - 5.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/parallel_execute_to_islands.mlir

          }, {
            %2 = "tf.opC"() : () -> tensor<i32>
            %3 = "tf.opD"(%2) : (tensor<i32>) -> tensor<i32>
            tf_device.return %3 : tensor<i32>
          }) : () -> (tensor<i1>, tensor<i32>)
          tf_executor.yield %1#0, %1#1 : tensor<i1>, tensor<i32>
        }
        tf_executor.fetch %outputs#0, %outputs#1 : tensor<i1>, tensor<i32>
      }
      return
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 19 19:47:16 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/case.mlir

    module attributes {tf.versions = {bad_consumers = [], min_consumer = 12 : i32, producer = 486 : i32}} {
      func.func @main() {
        tf_executor.graph {
          %outputs, %control = tf_executor.island wraps "tf.Const"() {device = "", value = dense<1> : tensor<i32>} : () -> tensor<i32>
          %outputs_0, %control_1 = tf_executor.island wraps "tf.Const"() {device = "", value = dense<0> : tensor<i32>} : () -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_inlining/while_op.mlir

          func.return %0, %1, %2, %3 : tensor<i32>, tensor<i32>, tensor<i32>, tensor<i32>
        }
        func.func @while_body_with_cluster_attr(%arg0: tensor<i32>) -> tensor<i32> {
          %0 = "tf.some_op"(%arg0) {_xla_compile_device_type = "TPU", _replication_info = "cluster"} : (tensor<i32>) -> tensor<i32>
          func.return %0 : tensor<i32>
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 04 03:54:58 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/remove_tf_if_const_args.mlir

    func.func @then(%x: tensor<i32>, %y: tensor<i32>) -> (tensor<i32>) {
      %0 = "tf.AddV2"(%x, %y) : (tensor<i32>, tensor<i32>) -> tensor<i32>
      func.return %0 : tensor<i32>
    }
    
    func.func @else(%x: tensor<i32>, %y: tensor<i32>) -> (tensor<i32>) {
      %0 = "tf.Const"() {value = dense<1> : tensor<i32> } : () -> tensor<i32>
      %1 = "tf.AddV2"(%x, %0) : (tensor<i32>, tensor<i32>) -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 25 10:51:48 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/mark_input_output_aliases.mlir

      "tf.AssignVariableOp"(%arg0, %device_output) : (!tf_res_i32, tensor<i32>) -> ()
      "tf.SomeOp"(%device_output) : (tensor<i32>) -> ()
      func.return
    }
    
    // CHECK-LABEL: func @device_func_1
    // CHECK-NOT: tf.aliasing_output
    func.func @device_func_1(%arg0: tensor<i32>) -> tensor<i32> {
      func.return %arg0 : tensor<i32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 04:14:26 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/tf-executor-to-functional.mlir

          %a = "tf.opA"(%arg0) : (tensor<i32>) -> tensor<i32>
          %b = "tf.opB"(%a) : (tensor<i32>) -> tensor<i32>
          tf_executor.yield %a, %b : tensor<i32>, tensor<i32>
        }
        %output1_0, %output1_1, %control1 = tf_executor.island {
          %c = "tf.opC"(%output0_0) : (tensor<i32>) -> tensor<i32>
          %d = "tf.opD"(%c) : (tensor<i32>) -> tensor<i32>
          tf_executor.yield %c, %d : tensor<i32>, tensor<i32>
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 3.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/end-to-end-tpu-reshard-variables.mlir

            %4:2 = "tf.TPUReplicatedOutput"(%1) : (tensor<!tf_type.resource<tensor<i32>>>) -> (tensor<!tf_type.resource<tensor<i32>>>, tensor<!tf_type.resource<tensor<i32>>>)
            tf_executor.yield %arg0 : tensor<!tf_type.resource<tensor<i32>>>
          }
          tf_executor.fetch %outputs : tensor<!tf_type.resource<tensor<i32>>>
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 13 21:23:47 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_outline_island/case_op.mlir

        func.return %0 : tensor<i32>
      }
      func.func @branch_1(%arg0: tensor<i32>) -> tensor<i32> {
        %0 = "tf.some_op"(%arg0) {_xla_compile_device_type = "TPU", _replication_info = "cluster"} : (tensor<i32>) -> tensor<i32>
        func.return %0 : tensor<i32>
      }
      func.func @branch_2(%arg0: tensor<i32>) -> tensor<i32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 16:14:17 UTC 2022
    - 2.3K bytes
    - Viewed (0)
Back to top