mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
Adds `Tensor::to` to allow copying tensors to another device, and impls `Clone` for tensors.
15 lines
177 B
Plaintext
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/
|