mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-22 22:01:08 +00:00
13 lines
171 B
C++
13 lines
171 B
C++
|
|
#include "pch.h"
|
|||
|
|
#include "Dummy.h"
|
|||
|
|
|
|||
|
|
namespace WINML_EXPERIMENTALP {
|
|||
|
|
|
|||
|
|
void Dummy::Test()
|
|||
|
|
{
|
|||
|
|
throw hresult_not_implemented();
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
} // namespace WINML_EXPERIMENTALP
|
|||
|
|
|