Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for device_var_reads_indices (0.29 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tpu_colocate_composite_resource_ops.mlir

         %1 = "tf.A"() : () -> (tensor<2x!tf_type.string>)
         "tf_device.launch"() ({
           "tf.TPUExecuteAndUpdateVariables"(%arg1, %1) {device_var_reads_indices = [0], device_var_updates_indices = [-1]} : (tensor<*x!tf_type.resource<tensor<4xf32>>>, tensor<2x!tf_type.string>) -> ()
           tf_device.return
        }) {device = "TPU_REPLICATED_CORE_0"} : () -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/colocate_tpu_copy_with_dynamic_shape.mlir

        "tf.TPUExecuteAndUpdateVariables"(%4, %arg0) {
            device = "foobar",
            device_var_reads_indices = [],
            device_var_updates_indices = []} : (
                    tensor<2048xi32>,
                    tensor<2x!tf_type.string>) -> ()
        return
    }
    
    // -----
    
    // CHECK-LABEL test_identity
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 23 00:30:27 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model_freeze_global_tensors.mlir

        %read2, %read2_control  = tf_executor.island wraps "tf.ReadVariableOp"(%arg1) : (!tf_res) -> tensor<f32>
        tf_executor.island wraps "tf.TPUExecuteAndUpdateVariables"(%ret0, %ret1, %key) {
            device_var_reads_indices = [0, 1],
            device_var_updates_indices = [0, 1]} : (!tf_res, !tf_res, !tf_str) -> ()
        tf_executor.fetch %ret0, %ret1: !tf_res, !tf_res
      }
      func.return %graph#0, %graph#1 : !tf_res, !tf_res
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 15 03:07:35 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top