Delete Trailing whitespace
This commit is contained in:
parent
5b7c575282
commit
9944aa60a6
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ int64_t ggml_cann_get_bcast_shape(const ggml_tensor* src0, const ggml_tensor* sr
|
||||||
* shapes needed for matrix multiplication. It ensures that dimensions where
|
* shapes needed for matrix multiplication. It ensures that dimensions where
|
||||||
* weight tensor requires expansion are appropriately handled to conform with
|
* weight tensor requires expansion are appropriately handled to conform with
|
||||||
* broadcasting rules.
|
* broadcasting rules.
|
||||||
* @note compare with ggml_cann_get_bcast_shape,mul_mat broadcast need add this new dim
|
* @note compare with ggml_cann_get_bcast_shape, mul_mat broadcast need add this new dim
|
||||||
* before cast dim.
|
* before cast dim.
|
||||||
* @sa ggml_cann_get_bcast_shape
|
* @sa ggml_cann_get_bcast_shape
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue