| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/cardboardcode/onnx_runtime_cpp/develop/examples/PrimitiveTest.cpp | [Back] [Original] |
/**
* @file PrimitiveTest.cpp
*
* @author btran
*
*/
/**
* @brief primitive app to test size and name of input/output tensors
* DO BUILD with DEBUG mode to see the debug messages
*/
#include
#include
namespace
{
static constexpr int64_t DUMMY_NUM_CLASSES = 2021;
} // namespace
int main(int argc, char* argv[])
{
if (argc != 2) {
std::cerr
| Web Proxy Viewer | New URL | Original Page |