<p>After float16 class is available, some of the future items are below:</p>
<ulclass="simple">
<li>Update pybind/tensor_py.h to bind c++ float16 with numpy float16.</li>
<li>Modify <codeclass="docutils literal"><spanclass="pre">IndicateDataType()</span></code> method in <codeclass="docutils literal"><spanclass="pre">framework/operator.h</span></code> to make it compatible with float16.</li>
<li>Modify <codeclass="docutils literal"><spanclass="pre">GetKernelType()</span></code> method in <codeclass="docutils literal"><spanclass="pre">framework/operator.h</span></code> to make it compatible with float16.</li>
<li>Create a type-casting operator that can convert the data type in tensor between float16 and other types.</li>
<p>After float16 class is available, some of the future items are below:</p>
<ulclass="simple">
<li>Update pybind/tensor_py.h to bind c++ float16 with numpy float16.</li>
<li>Modify <codeclass="docutils literal"><spanclass="pre">IndicateDataType()</span></code> method in <codeclass="docutils literal"><spanclass="pre">framework/operator.h</span></code> to make it compatible with float16.</li>
<li>Modify <codeclass="docutils literal"><spanclass="pre">GetKernelType()</span></code> method in <codeclass="docutils literal"><spanclass="pre">framework/operator.h</span></code> to make it compatible with float16.</li>
<li>Create a type-casting operator that can convert the data type in tensor between float16 and other types.</li>