Skip to content
View Jimmy2027's full-sized avatar

Organizations

@IBT-FMI

Block or report Jimmy2027

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ghchain ghchain Public

    Create nice, isolated and stacked pull requests.

    Python 4

  2. overlay overlay Public

    Gentoo Overlay

    Shell

  3. gentoo-install gentoo-install Public

    Forked from oddlama/gentoo-install

    A gentoo installer with a TUI interface that supports systemd and OpenRC, EFI and BIOS, as well as variable disk layouts using ext4, zfs, btrfs, luks and mdraid.

    Shell

  4. llvm-project llvm-project Public

    Forked from llvm/llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

    LLVM

  5. xdslproject/xdsl xdslproject/xdsl Public

    A Python compiler design toolkit.

    Python 438 126

  6. Minimal working example to convert a... Minimal working example to convert a TfLite model to MLIR using IREE.
    1
    """
    2
    Minimal working example to convert a Keras/TfLite model to MLIR using IREE.
    3
    4
    # Steps:
    5
    1. Install IREE and tensorflow. These specific versions are needed because tensorflow is still struggling with the TOSA V1.0 integration