Files
ort/.gitignore
decahedron1 8c1c9baacb feat: copy tensors (#382)
Adds `Tensor::to` to allow copying tensors to another device, and impls
`Clone` for tensors.
2025-04-13 15:16:37 -05:00

15 lines
177 B
Plaintext

debug/
target/
Cargo.lock
**/*.onnx
**/*.ort
tools/train-data/**/checkpoint
!tests/data/**/*
!src/value/impl_tensor/identity.ort
.venv*
docs/.next
docs/node_modules
docs/out/