Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for Scattered (0.17 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

        return success();
      }
    
      // Checks if the shape of `updates` is a tensor of shape
      // `indices.shape[:-1] + shape[indices.shape[-1]:]`, as described in
      // ScatterNd op description.
    
      auto outer_dims = indices_type.getRank() - 1;
      auto outermost_dim = indices_type.getDimSize(outer_dims);
      // Checks whether the first `outer_dims` dimensions of `indices` and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top