Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SparseConstOp (0.08 sec)

  1. tensorflow/compiler/mlir/lite/transforms/dense_to_sparse.cc

              auto new_value = DenseElementsAttr::get<float>(compressed_data_type,
                                                             compressed_data);
              auto s_const = builder.create<SparseConstOp>(
                  op->getLoc(), cst.getValue(), s_param, new_value);
              value.replaceAllUsesWith(s_const.getResult());
              cst.erase();
            } else if (type.getElementType().isF16()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 16.1K bytes
    - Viewed (0)
Back to top