Skip to content
Snippets Groups Projects
Commit f359e065 authored by Wei Chen's avatar Wei Chen Committed by Tianqi Chen
Browse files

[DOC]Update documentation (#2286)

parent 00d509d4
No related branches found
No related tags found
No related merge requests found
......@@ -351,11 +351,10 @@ class GraphRuntime : public ModuleNode {
/*! \brief Setup the executors. */
void SetupOpExecs();
/*!
* \brief Create a executtion function given input.
* \brief Create an execution function given input.
* \param attrs The node attributes.
* \param args The arguments to the functor, including inputs and outputs.
* \param num_inputs Number of inputs.
* \param dev_type The device type of the tvm_op.
* \return The created executor.
*/
std::function<void()> CreateTVMOp(const TVMOpParam& attrs,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment