Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getOld (0.18 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        DenseIntElementsAttr sparse_begin_attr, sparse_end_attr;
        if (!matchPattern(op.getBegin(), m_Constant(&sparse_begin_attr)) ||
            !matchPattern(op.getEnd(), m_Constant(&sparse_end_attr))) {
          return rewriteWithUnknownBegin(op, input_ty, result_ty, rewriter);
        }
    
        SmallVector<int64_t, 4> begin_indices, end_indices, strides;
    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