mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-09 17:28:58 +00:00
Fix comments with stale todo's.
This commit is contained in:
parent
55d32085f6
commit
0f6ace2c36
4 changed files with 1 additions and 6 deletions
|
|
@ -2,8 +2,6 @@
|
|||
// Licensed under the MIT License.
|
||||
|
||||
|
||||
// TODO:::
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
namespace Dml
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
// Licensed under the MIT License.
|
||||
|
||||
|
||||
// TODO:::
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
namespace Dml
|
||||
|
|
|
|||
|
|
@ -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})},
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue