Commit 856d62b0 by Takeo Imai Committed by Tianqi Chen

Fix docstring of ConcatRel (#1912)

parent 6514849f
......@@ -73,13 +73,10 @@ bool BroadcastCompRel(const Array<Type>& types,
const TypeReporter& reporter);
/*!
* \brief The The concat relation, implements the broadcasting
* rule over the two input types producing the broadcasted type.
*
* This differs from BroadcastRel in the return dtype,
* it instead returns bool(uint8), for use in comparsion operators
* such as equal, not_equal, lt, and so on.
*
* \brief The concat type relation, implements the concatenating
* rule over the list of input types producing one concatenated
* type.
*
* \param types The input and output types to the relation.
* \param num_inputs The number of input arguments.
* \param attrs The attributes
......
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