tensor-ops

tensor operations modeled off numpy and tensorflow

Usage no npm install needed!

<script type="module">
  import tensorOps from 'https://cdn.skypack.dev/tensor-ops';
</script>

README

tensor-ops

Goal

Emulate a good chunk of numpy and tensorflow's tensor related apis.

Non-goal

Speed and performance.