Registry / other / flashlight-cpu

flashlight-cpu

JSON →
library0.3vcpkgunverified

A C++ standalone library for machine learning. CPU backend.

vcpkg install flashlight-cpu
INSTALL
IMPORT
SIG · FLASHLIGHT-CPU
F
flashlight-cpu
othercppv0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

flashlight/flashlight.h
#include <flashlight/flashlight.h>

Create a random tensor using Flashlight

#include <flashlight/flashlight.h> #include <iostream> int main() { auto tensor = fl::randn({3, 4}); std::cout << tensor << std::endl; return 0; }
Debug
Known issues
gotchaCPU-only build; GPU features unavailable
fix
Use flashlight-gpu port for CUDA support
affects: *
Upgrade
Version history
0.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

flashlight-cpu — pip install flashlight-cpu · libregistry