"examples/trials/mnist-nested-search-space/mnist.py" did not exist on "2b4a7d1f85e6280a91f7f47ae01ee2855e120ef8"
models.hpp 313 Bytes
Newer Older
1
2
3
4
5
6
7

#include <migraphx/program.hpp>

namespace migraphx {
namespace driver {
inline namespace MIGRAPHX_INLINE_NS {

Shucai Xiao's avatar
Shucai Xiao committed
8
9
10
migraphx::program resnet50(int batch);
migraphx::program inceptionv3(int batch);
migraphx::program alexnet(int batch);
11
12
13
14

} // namespace MIGRAPHX_INLINE_NS
} // namespace driver
} // namespace migraphx