-
- Downloads
teflon: Initial commit
Teflon is a Gallium frontend that TensorFlow Lite can load to delegate the execution of operations in a neural network model. See docs for more. Acked-by:Christian Gmeiner <cgmeiner@igalia.com> Acked-by:
Dave Airlie <airlied@redhat.com> Part-of: <mesa/mesa!25714>
Showing
- .clang-format-include 1 addition, 0 deletions.clang-format-include
- .gitlab-ci/build/gitlab-ci.yml 3 additions, 0 deletions.gitlab-ci/build/gitlab-ci.yml
- .gitlab-ci/container/debian/arm64_build.sh 3 additions, 0 deletions.gitlab-ci/container/debian/arm64_build.sh
- .gitlab-ci/container/debian/x86_64_build-base.sh 3 additions, 0 deletions.gitlab-ci/container/debian/x86_64_build-base.sh
- .gitlab-ci/container/fedora/x86_64_build.sh 3 additions, 0 deletions.gitlab-ci/container/fedora/x86_64_build.sh
- .gitlab-ci/image-tags.yml 2 additions, 2 deletions.gitlab-ci/image-tags.yml
- .gitlab-ci/test-source-dep.yml 1 addition, 0 deletions.gitlab-ci/test-source-dep.yml
- docs/index.rst 1 addition, 0 deletionsdocs/index.rst
- docs/teflon.rst 140 additions, 0 deletionsdocs/teflon.rst
- meson.build 10 additions, 0 deletionsmeson.build
- meson_options.txt 7 additions, 0 deletionsmeson_options.txt
- src/gallium/frontends/teflon/meson.build 11 additions, 0 deletionssrc/gallium/frontends/teflon/meson.build
- src/gallium/frontends/teflon/tfl_device.c 492 additions, 0 deletionssrc/gallium/frontends/teflon/tfl_device.c
- src/gallium/include/pipe/p_context.h 49 additions, 0 deletionssrc/gallium/include/pipe/p_context.h
- src/gallium/include/pipe/p_state.h 142 additions, 0 deletionssrc/gallium/include/pipe/p_state.h
- src/gallium/meson.build 5 additions, 0 deletionssrc/gallium/meson.build
- src/gallium/targets/teflon/meson.build 47 additions, 0 deletionssrc/gallium/targets/teflon/meson.build
- src/gallium/targets/teflon/target.c 2 additions, 0 deletionssrc/gallium/targets/teflon/target.c
- src/gallium/targets/teflon/test_executor.cpp 318 additions, 0 deletionssrc/gallium/targets/teflon/test_executor.cpp
- src/gallium/targets/teflon/test_executor.h 31 additions, 0 deletionssrc/gallium/targets/teflon/test_executor.h
Loading
Please register or sign in to comment