Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuildDenseSliceSpec (0.15 sec)

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

    //
    // For example suppose foo[...,3:, 2] on foo.shape=(2,2,3,4) then
    // we need to produce the missing begin_mask, end_mask for the first two
    // dimensions i.e. foo[:, :, 3:, 2].
    static void BuildDenseSliceSpec(const SparseSliceSpec &sparse,
                                    DenseSliceSpec *dense) {
      // Build expanded dense begin, end, strides, begin_mask, end_mask, and
      // shrink_axis_mask.
    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