Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SparseSliceSpec (0.22 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

    }
    
    // The sparse spec of strided slice does not correspond to the number of
    // dimensions. For example, sparse spec for foo[..., 3:10] for foo of shape (2,
    // 4, 8) would have dims = 2.
    struct SparseSliceSpec {
      int64_t dims;
      int32_t begin_mask, end_mask, ellipsis_mask, new_axis_mask, shrink_axis_mask;
      const ArrayRef<int64_t> &begin;
      const ArrayRef<int64_t> &end;
      const ArrayRef<int64_t> &strides;
    };
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
Back to top