Skip to content
Snippets Groups Projects
Commit 906de4b0 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Copy contents of index.rst to README.rst

parent 253c5a9c
No related branches found
No related tags found
No related merge requests found
Pipeline #20553 passed
......@@ -92,13 +92,13 @@ You can also use the class `AutoDiffOp` to obtain both the assignments (if you a
op = AutoDiffOp(forward_assignments)
backward_assignments = op.backward_assignments
tensorflow_op = op.create_tensorflow_op(backend='tensorflow_native')
tensorflow_op = op.create_tensorflow_op(backend='tensorflow_native', use_cuda=True)
... or Torch:
.. code-block:: python
torch_op = op.create_tensorflow_op({x: x_tensor, y: y_tensor}, backend='torch_native')
torch_op = op.create_tensorflow_op(backend='torch_native', use_cuda=True)
Test Report and Coverage
------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment