All Projects → itdaniher → aarch64-tensorflow

itdaniher / aarch64-tensorflow

Licence: other
tensorflow and bazel for aarch64: binaries at...

Projects that are alternatives of or similar to aarch64-tensorflow

Face-Recognition-Raspberry-Pi-64-bits
Recognize 2000+ faces on your Raspberry Pi 4 with database auto-fill and anti-spoofing
Stars: ✭ 48 (+242.86%)
Mutual labels:  aarch64, armv8
Raspberrypipkg
DEPRECATED - DO NOT USE | Go here instead ->
Stars: ✭ 758 (+5314.29%)
Mutual labels:  aarch64, armv8
Rust Raspberrypi Os Tutorials
📚 Learn to write an embedded OS in Rust 🦀
Stars: ✭ 7,275 (+51864.29%)
Mutual labels:  aarch64, armv8
TensorFlow-Raspberry-Pi 64-bit
TensorFlow installation wheels for Raspberry Pi 64 OS
Stars: ✭ 27 (+92.86%)
Mutual labels:  aarch64, armv8
Computelibrary
The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
Stars: ✭ 2,123 (+15064.29%)
Mutual labels:  aarch64, armv8
Lumia950xlpkg
Non-EOL (yes!) AArch64 UEFI firmware for Lumia 950 / Lumia 950 XL
Stars: ✭ 300 (+2042.86%)
Mutual labels:  aarch64, armv8
Ubuntu64 Rpi
适用于树莓派3b/3b+的64位系统.
Stars: ✭ 652 (+4557.14%)
Mutual labels:  aarch64, armv8
dnnl aarch64
No description or website provided.
Stars: ✭ 44 (+214.29%)
Mutual labels:  aarch64, armv8
Swift On Balena
Docker images for Swift on Raspberry Pi and other ARM devices from balena's base images.
Stars: ✭ 153 (+992.86%)
Mutual labels:  aarch64, armv8
Compute Engine
Highly optimized inference engine for Binarized Neural Networks
Stars: ✭ 138 (+885.71%)
Mutual labels:  aarch64, armv8
pytorch-aarch64
PyTorch wheels (whl) & conda for aarch64 / ARMv8 / ARM64
Stars: ✭ 137 (+878.57%)
Mutual labels:  aarch64, armv8
alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+1542.86%)
Mutual labels:  aarch64, armv8
TensorFlow Lite SSD RPi 64-bits
TensorFlow Lite SSD on bare Raspberry Pi 4 with 64-bit OS at 24 FPS
Stars: ✭ 25 (+78.57%)
Mutual labels:  aarch64, armv8
Sse2neon
A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation
Stars: ✭ 316 (+2157.14%)
Mutual labels:  aarch64, armv8
simonpi
A quick & dirty script to emulate Raspberry PI family devices on your laptop.
Stars: ✭ 61 (+335.71%)
Mutual labels:  aarch64, armv8
Tensorflow Bin
Prebuilt binary with Tensorflow Lite enabled (native build). For RaspberryPi / Jetson Nano. And, solved Tensorflow issues #15062,#21574,#21855,#23082,#25120,#25748,#29617,#29704,#30359. Support for custom operations in MediaPipe.
Stars: ✭ 349 (+2392.86%)
Mutual labels:  aarch64, armv8
tensorflow-serving-arm
TensorFlow Serving ARM - A project for cross-compiling TensorFlow Serving targeting popular ARM cores
Stars: ✭ 75 (+435.71%)
Mutual labels:  aarch64, armv8
tensorflow-aarch64
Compiled tensorflow for aarch64 architecture
Stars: ✭ 20 (+42.86%)
Mutual labels:  aarch64, armv8
Rappel
A linux-based assembly REPL for x86, amd64, armv7, and armv8
Stars: ✭ 818 (+5742.86%)
Mutual labels:  aarch64, armv8
Debian Pi Aarch64
This is the first 64-bit system in the world to support all Raspberry Pi 64-bit hardware!!! (Include: PI400,4B,3B+,3B,3A+,Zero2W)
Stars: ✭ 2,505 (+17792.86%)
Mutual labels:  aarch64, armv8

step 1: build bazel (and weep)

steps N:

./configure # disable everything 
bazel build -c opt --local_resources 2000,3.0,2.0 --verbose_failures tensorflow/tools/pip_package:build_pip_package
bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg

should print something akin to:

Target //tensorflow/tools/pip_package:build_pip_package up-to-date:                                                                                                       
  bazel-bin/tensorflow/tools/pip_package/build_pip_package                                                                                                                
  INFO: Elapsed time: 33645.503s, Critical Path: 2176.93s

and you're done!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].