"official/vision/modeling/backbones/mobiledet_test.py" did not exist on "4242b54920a807db38aa2b0fb97d884433a7ee26"
Commit 0208239b authored by Brian Pickrell's avatar Brian Pickrell
Browse files

compile bug fix; added a header file

parent e7c8ac31
......@@ -54,8 +54,9 @@
#ifndef MIGRAPHX_GUARD_OPERATORS_MULTINOMIAL_HPP
#define MIGRAPHX_GUARD_OPERATORS_MULTINOMIAL_HPP
#include <migraphx/check_shapes.hpp>
#include <migraphx/argument.hpp>
#include <migraphx/check_shapes.hpp>
#include <migraphx/dyn_output.hpp>
#include <migraphx/par_for.hpp>
#include <migraphx/reflect.hpp>
#include <random>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment