:orphan:

.. op_stub: 



#######
Op Stub
#######

.. code-block:: cpp

   Op  // Put your op's short description here 


Description
===========

.. TODO

Put your op's longer description here. 



Inputs
------

.. TODO

+-----------------+-------------------------+----------------------------------+
| Name            |                         |                                  |
+=================+=========================+==================================+
|                 |                         |                                  |
+-----------------+-------------------------+----------------------------------+

Attributes
----------

.. TODO

+-------------------------------+-----------------------------------------------+
| Name                          | Description                                   |
+===============================+===============================================+
|                               |                                               |
+-------------------------------+-----------------------------------------------+
|                               |                                               |
+-------------------------------+-----------------------------------------------+
|                               |                                               |
+-------------------------------+-----------------------------------------------+
|                               |                                               |
+-------------------------------+-----------------------------------------------+

Outputs
-------

.. TODO

+-----------------+-------------------------+--------------------------------+
| Name            | Element Type            | Shape                          |
+=================+=========================+================================+
| ``output``      |                         |                                |
+-----------------+-------------------------+--------------------------------+


Mathematical Definition
=======================

.. TODO update this




C++ Interface
=============

.. see other ops for how this is done; also see checklist.txt