Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ShigekiKarita committed May 15, 2020
1 parent 619a816 commit bd8928f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
[![codecov](https://codecov.io/gh/ShigekiKarita/tfd/branch/master/graph/badge.svg)](https://codecov.io/gh/ShigekiKarita/tfd)
[![Dub version](https://img.shields.io/dub/v/tfd.svg)](https://code.dlang.org/packages/tfd)

## Installation

- If your project needs only TF C API bindings: `$ dub add tfd:deimos`
- If your project needs entire tfd packages: `$ dub add tfd`

see also [Requirements](#requirements)

## Example

[Mir](https://github.com/libmir) is to **tfd** what [NumPy](https://numpy.org) is to [Tensorflow](https://www.tensorflow.org).
Expand Down Expand Up @@ -33,6 +40,7 @@ And more:

## Features

- [x] dpp generated [C API bindings](deimos/tfd)
- [x] Support `@nogc nothrow`.
- [x] Setup CI
- [x] Wrap tensor and session for basic usages (see `tfd.session` unittests).
Expand Down

0 comments on commit bd8928f

Please sign in to comment.