ndarray-tensorflow 0.1.0

Adapter for Tensorflow tensors to expose the ndarray API
Documentation

Introduction

crates.io docs.rs Travis CI

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.