bulk change to unify **Required.** and **Optional.** (#6503)

This commit is contained in:
Patryk Elszkowski
2021-07-15 09:17:23 +02:00
committed by GitHub
parent ebb3c8518c
commit 20f10a43a4
109 changed files with 401 additions and 403 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ LogSoftmax(x, axis) = t - Log(ReduceSum(Exp(t), axis))
**Inputs**:
* **1**: Input tensor *x* of type *T* with enough number of dimension to be compatible with *axis* attribute. Required.
* **1**: Input tensor *x* of type *T* with enough number of dimension to be compatible with *axis* attribute. **Required.**
**Outputs**: