Home
last modified time | relevance | path

Searched defs:softmax_cross_entropy_with_logits (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pipeline/infer/
Dprimitive_test.py36 softmax_cross_entropy_with_logits = P.SoftmaxCrossEntropyWithLogits() variable
/third_party/mindspore/tests/vm_impl/
Dvm_me.py551 def softmax_cross_entropy_with_logits(logits, labels): function