You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

imperative_rt.h 116 B

1234567
  1. #pragma once
  2. #include "./helper.h"
  3. #include "megbrain/imperative.h"
  4. void init_imperative_rt(pybind11::module m);