Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,574 for someOp (0.33 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/remove_unused_arguments.mlir

    func.func private @handles_multiple_returns(%arg0: f32, %arg1: f32) -> (f32, f32) {
      "SomeOp"() : () -> ()
     ^bb0:
      return %arg0, %arg1 : f32, f32
     ^bb1:
      return %arg1, %arg0 : f32, f32
    }
    
    // -----
    
    // CHECK-LABEL: @removes_multiple_returns
    func.func private @removes_multiple_returns(%arg0: f32, %arg1: f32) -> (f32, f32) {
      "SomeOp"() : () -> ()
     ^bb0:
      // CHECK: return
      // CHECK-NOT: arg
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 06 23:00:44 UTC 2024
    - 7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model_freeze_global_tensors.mlir

      %graph:2 = tf_executor.graph {
        %value, %value_control = tf_executor.island wraps "tf.GetKey"() : () -> tensor<f32>
        %ret0, %ret0_control = tf_executor.island wraps "tf.SomeOp"() : () -> !tf_res
        %ret1, %ret1_control = tf_executor.island wraps "tf.SomeOp"() : () -> !tf_res
        %control_unknown = tf_executor.island wraps "tf.UnknownOp"() : () -> ()
        %key, %key_control = tf_executor.island wraps "tf.GetKey"() : () -> !tf_str
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 15 03:07:35 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/attributes.mlir

      func.return
    }
    
    // CHECK-LABEL: func @resource
    func.func @resource() {
      // CHECK: tf.SomeOp
      // CHECK-SAME: dtype = !corert.resource
      "tf.SomeOp"() {device = "/device:CPU:0", dtype = !tf_type.resource} : () -> ()
      func.return
    }
    
    // CHECK-LABEL: func @variant
    func.func @variant(%arg: tensor<!tf_type.variant>) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 00:18:59 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/convert_control_to_data_outputs.mlir

    func.func @simple_independent_chains_while_cond(%arg0: !tf_res, %arg1: !tf_res, %arg2: tensor<f32>, %arg3: tensor<f32>) -> (tensor<i32>) {
      %graph = tf_executor.graph {
        %island, %ctrl = tf_executor.island {
          %pred = "tf.SomeOp"(%arg2) : (tensor<f32>) -> tensor<i32>
          tf_executor.yield %pred : tensor<i32>
        }
        tf_executor.fetch %island : tensor<i32>
      }
      func.return %graph : tensor<i32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 18:35:00 UTC 2024
    - 68.9K bytes
    - Viewed (0)
  5. 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> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 04:14:26 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  6. tensorflow/c/c_test.c

      if (TF_GetCode(status) != TF_OK) {
        fprintf(stderr, "TF_CloseWritableFile failed: %s\n", TF_Message(status));
      }
      TF_StringStreamDone(s);
    
      TF_KernelBuilder* b =
          TF_NewKernelBuilder("SomeOp", "SomeDevice", &create, &compute, NULL);
      TF_RegisterKernelBuilder("someKernel", b, status);
    
      TF_DeleteStatus(status);
      return 0;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:50:35 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/tensor_array_ops_decomposition.mlir

      %index = "tf.Const"() {value = dense<1> : tensor<i32>} : () -> tensor<i32>
      %elem = "tf._SomeOp"() : () -> tensor<3xf32>
      %flow = "tf.Const"() {value = dense<1.0> : tensor<f32>} : () -> tensor<f32>
      // CHECK: %[[BR_INDEX:.*]] = "tf.SomeOp"() : () -> tensor<i32>
      %branch_index = "tf.SomeOp"() : () -> tensor<i32>
      // CHECK: "tf.CaseRegion"(%[[BR_INDEX]]) {{.*}} ({
      "tf.CaseRegion"(%branch_index) ({
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 49K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        %tl_0 = "tf.TensorListReserve"(%elem_shape, %size) : (tensor<2xi32>, tensor<i32>) -> tensor<!tf_type.variant<tensor<?x1xf32>>>
        %elem_0 = "tf.SomeOp"() : () -> tensor<16x1xf32>
        %elem_1 = "tf.SomeOp"() : () -> tensor<16x1xf32>
        %elem_2 = "tf.SomeOp"() : () -> tensor<8x1xf32>
        %tl_1 = "tf.IfRegion"(%arg0) ({
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/resource_op_lifting.mlir

      "tf_device.cluster"() ({
        // expected-error@+1 {{Result #0 is not tied to arg #0 of the body}}
        %1 = "tf.WhileRegion"(%0) ({
          ^bb0(%carg0:tensor<*x!tf_type.resource<tensor<f32>>>):
            %cond = "tf.SomeOp"() : () -> tensor<i1>
            "tf.Yield"(%cond) : (tensor<i1>) -> ()
          }, {
          ^bb0(%carg0:tensor<*x!tf_type.resource<tensor<f32>>>):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 74K bytes
    - Viewed (0)
  10. testing/integ-test/src/integTest/groovy/org/gradle/integtests/TaskExecutionIntegrationTest.groovy

            buildFile << """
                task someDep
                task someOtherDep
                task someTask(dependsOn: [someDep, someOtherDep])
            """
    
            expect:
            2.times {
                executer.withTasks("someTask").withArguments("-x", "sODep").run().assertTasksExecuted(":someDep", ":someTask")
                executer.withTasks("someTask").withArguments("-x", ":sODep").run().assertTasksExecuted(":someDep", ":someTask")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 25.7K bytes
    - Viewed (0)
Back to top