Commit f359e065 by Wei Chen Committed by Tianqi Chen

[DOC]Update documentation (#2286)

parent 00d509d4
...@@ -351,11 +351,10 @@ class GraphRuntime : public ModuleNode { ...@@ -351,11 +351,10 @@ class GraphRuntime : public ModuleNode {
/*! \brief Setup the executors. */ /*! \brief Setup the executors. */
void SetupOpExecs(); void SetupOpExecs();
/*! /*!
* \brief Create a executtion function given input. * \brief Create an execution function given input.
* \param attrs The node attributes. * \param attrs The node attributes.
* \param args The arguments to the functor, including inputs and outputs. * \param args The arguments to the functor, including inputs and outputs.
* \param num_inputs Number of inputs. * \param num_inputs Number of inputs.
* \param dev_type The device type of the tvm_op.
* \return The created executor. * \return The created executor.
*/ */
std::function<void()> CreateTVMOp(const TVMOpParam& attrs, std::function<void()> CreateTVMOp(const TVMOpParam& attrs,
......
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