Crates.io | ndarray-tensorflow |
lib.rs | ndarray-tensorflow |
version | 0.3.0 |
source | src |
created_at | 2019-05-04 13:30:59.33416 |
updated_at | 2019-11-28 15:24:46.472513 |
description | Adapter for Tensorflow tensors to expose the ndarray API |
homepage | https://github.com/danieldk/ndarray-tensorflow |
repository | https://github.com/danieldk/ndarray-tensorflow.git |
max_upload_size | |
id | 131997 |
size | 19,156 |
This crate provides a wrapper for the
Tensor
type
of the tensorflow
crate that can create
ArrayView
and
ArrayViewMut
instances. This makes it possible to use tensors through the
ndarray
API.