Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for XlaGather (0.11 sec)

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

      // CHECK-SAME:   start_index_map = [0, 1]
      // CHECK-SAME:   index_vector_dim = 1
      // CHECK-SAME: indices_are_sorted = true
      // CHECK-SAME: slice_sizes = dense<[1, 1, 300]> : tensor<3xi64>
    
      %0 = "tf.XlaGather"(%arg0, %arg1, %cst) {dimension_numbers = "\0A\02\00\01\12\01\00\1A\02\00\01\20\01", indices_are_sorted = true} : (tensor<200x100x300xf32>, tensor<10x2xi32>, tensor<3xi64>) -> tensor<1x300x10xf32>
      func.return %0 : tensor<1x300x10xf32>
    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

      }
    
      return GetI64ElementsAttr(normalized_sizes, builder);
    }
    
    //===----------------------------------------------------------------------===//
    // XlaGather op utilities.
    //===----------------------------------------------------------------------===//
    
    bool HasValidGatherDims(StringAttr attr) {
      ::xla::GatherDimensionNumbers dims;
    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