Fix comments with stale todo's.

This commit is contained in:
Dwayne Robinson 2020-03-25 00:16:08 -07:00
parent 55d32085f6
commit 0f6ace2c36
4 changed files with 1 additions and 6 deletions

View file

@ -2,8 +2,6 @@
// Licensed under the MIT License.
// TODO:::
#include "precomp.h"
namespace Dml

View file

@ -2,8 +2,6 @@
// Licensed under the MIT License.
// TODO:::
#include "precomp.h"
namespace Dml

View file

@ -515,7 +515,7 @@ const static OperatorRegistrationInformation operatorRegistrationInformationTabl
{REG_INFO( 10, Mod, typeNameListDefault, supportedTypeListNumericDefault, DmGraphSupport::Supported)},
{REG_INFO( 11, BitShift, typeNameListDefault, supportedTypeListInt8to32, DmGraphSupport::Supported)},
{REG_INFO( 11, Round, typeNameListDefault, supportedTypeListFloat16to32, DmGraphSupport::Supported)},
{REG_INFO( 10, ReverseSequence, typeNameListDefault, supportedTypeListFloat16to32, DmGraphSupport::Supported)}, // TODO::: data types, why not registered??
{REG_INFO( 10, ReverseSequence, typeNameListDefault, supportedTypeListFloat16to32, DmGraphSupport::Supported)},
{REG_INFO( 11, CumSum, typeNameListDefault, supportedTypeListFloat16to32, DmGraphSupport::Supported, {1})},
{REG_INFO( 11, Range, typeNameListDefault, supportedTypeListRange, DmGraphSupport::Supported, {0,1,2})},

View file

@ -1177,7 +1177,6 @@ class ResizeHelper {
std::vector<float> m_scales; // Cached scales to check for updates/invalidate operator.
};
//TODO:::
class RangeHelper {
public:
// Info_t is used to obtain attributes which will be used for calculating the output shape later.