Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PartitionedCall (0.12 sec)

  1. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    // PartitionedCall op legalization.
    //===----------------------------------------------------------------------===//
    
    // -----
    
    // CHECK-LABEL: func @partitioned_call
    func.func @partitioned_call(%arg0: tensor<i32>) -> tensor<i32> {
      // CHECK: call @pcall_func(%arg0) : (tensor<i32>) -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

      Value return_values[] = {selected_input, selected_index};
      b.create<ReturnOp>(return_values);
    }
    
    //===----------------------------------------------------------------------===//
    // PartitionedCall op utilities.
    //===----------------------------------------------------------------------===//
    
    // Verify that the arguments to be passed into the function are the same types
    // as the function paramter types.
    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