areusch opened a new pull request #6940: URL: https://github.com/apache/incubator-tvm/pull/6940
Looks like some line breaks are corrupting the `tvm.relay.build` [docs](https://tvm.apache.org/docs/api/python/relay/index.html#tvm.relay.build): **Parameters** - mod (IRModule) – The IR module to build. Using relay.Function is deprecated. - target (str, tvm.target.Target, or dict of str(i.e. device/context) – - to str/tvm.target.Target (name)) – For heterogeneous compilation, it is a dictionary indicating context to target mapping. For homogeneous compilation, it is a build target. - optional – For heterogeneous compilation, it is a dictionary indicating context to target mapping. For homogeneous compilation, it is a build target. - target_host (str or tvm.target.Target, optional) – Host compilation target, if target is device. When TVM compiles device specific program such as CUDA, we also need host(CPU) side code to interact with the driver setup the dimensions and parameters correctly. target_host is used to specify the host side codegen target. By default, llvm is used if it is enabled, otherwise a stackvm intepreter is used. - params (dict of str to NDArray) – Input parameters to the graph that do not change during inference time. Used for constant folding. - mod_name (Optional[str]) – The module name we will build ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
