tree: 30a0a22b47422d1e91e4945c86897b6e59ab624c [path history] [tgz]
  1. custom_softmax.py
  2. custom_softmax_rtc.py
  3. custom_sparse_sqr.py
  4. numpy_softmax.py
  5. README.md
  6. weighted_logistic_regression.py
example/numpy-ops/README.md

Training with Custom Operators in Python

These examples demonstrate custom operator implementations in python. You can implement the computation entirely in python or write custom CUDA kernels in C/C++ inside your python source code with a help of Run-Time Compilation (RTC).