* [GPU] Modify Softmax single layer tests to check Softmax-8 is supported with axes in [-rank, rank) interval * [GPU] Fix cldnn::softmax::dimension_t documentation * [GPU] Fix ParamsKey::EnableSoftmaxDim Support Z dimension. * [GPU] Add Softmax single layer test that checks 5D case Since some Softmax kernel code contains ifdef on 5-dimensional case, a test case is needed that covers this functionality. * [GPU] Support axis 0 in Softmax * [GPU] Modify Softmax single layer tests to check axis 0 * [GPU] Modify Softmax items class optimized kernel to handle axis 0 correctly Modify single layer test accordingly. * [GPU] Modify Softmax unit-test to check softmax::normalize_b * Split SoftMaxLayerTest into opset1 and opset8 versions Use SoftMax8LayerTest in the tests throughout repository. SoftMaxLayerTest now defaults to SoftMax1LayerTest for compatibility. * [GPU] Add f16 test-case for Softmax single-layer test Co-authored-by: tgubanova-lohika <tgubanova@lohika.com> |
||
|---|---|---|
| .. | ||
| behavior | ||
| single_layer_tests | ||