https://github.com/danieldk/ndarray-tensorflow
Tensor wrapper with ndarray API
https://github.com/danieldk/ndarray-tensorflow
ndarray rust tensorflow
Last synced: 6 months ago
JSON representation
Tensor wrapper with ndarray API
- Host: GitHub
- URL: https://github.com/danieldk/ndarray-tensorflow
- Owner: danieldk
- License: apache-2.0
- Created: 2019-05-03T17:11:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T15:24:30.000Z (about 6 years ago)
- Last Synced: 2025-04-23T04:18:09.956Z (8 months ago)
- Topics: ndarray, rust, tensorflow
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
[](https://crates.io/crates/ndarray-tensorflow)
[](https://docs.rs/ndarray-tensorflow/)
[](https://travis-ci.org/danieldk/ndarray-tensorflow)
This crate provides a wrapper for the
[`Tensor`](https://tensorflow.github.io/rust/tensorflow/struct.Tensor.html) type
of the [`tensorflow` crate](https://crates.io/crates/tensorflow) that can create
[`ArrayView`](https://docs.rs/ndarray/0.12.1/ndarray/type.ArrayView.html) and
[`ArrayViewMut`](https://docs.rs/ndarray/0.12.1/ndarray/type.ArrayViewMut.html)
instances. This makes it possible to use tensors through the
[`ndarray`](https://crates.io/crates/ndarray) API.