.. _libdoc_gpuarray_op:

================================
List of gpuarray Ops implemented
================================

.. moduleauthor:: LISA

Normally you should not call directly those Ops! Theano should
automatically transform CPU ops to their GPU equivalent. So this list
is just useful to let people know what is implemented on the GPU.

Basic Op
========

.. automodule:: theano.gpuarray.basic_ops
    :members:

Blas Op
=======

.. automodule:: theano.gpuarray.blas
    :members:

Elemwise Op
===========

.. automodule:: theano.gpuarray.elemwise
    :members:

Subtensor Op
============

.. automodule:: theano.gpuarray.subtensor
    :members:

Nnet Op
=======

.. automodule:: theano.gpuarray.nnet
    :members:

.. automodule:: theano.gpuarray.neighbours
    :members:
