Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GatherNd (0.24 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    // CHECK:           %[[VAL_4:.*]] = "tf.GatherNd"(%[[VAL_3]], %[[VAL_1]]) <{bad_indices_policy = ""}> : {{.*}} -> tensor<4x128xf32>
    // CHECK:           return %[[VAL_4]]
    // CHECK:         }
    // Test the case when start_index_map isn't an iota what requires a transpose to
    // convert it to tf.GatherNd.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      func.return %0: tensor<4x?xf32>
    }
    
    //===----------------------------------------------------------------------===//
    // tf.GatherNd legalization
    //===----------------------------------------------------------------------===//
    // CHECK-LABEL: func @gatherNd_dynamic
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
Back to top