Home
last modified time | relevance | path

Searched refs:softmax_cross_entropy_with_logits (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/tests/st/ops/gpu/
Dtest_softmax_cross_entropy_with_logits_op.py46 softmax_cross_entropy_with_logits = NetSoftmaxCrossEntropyWithLogits()
47 output = softmax_cross_entropy_with_logits(logits, labels)
53 softmax_cross_entropy_with_logits = NetSoftmaxCrossEntropyWithLogits()
54 output = softmax_cross_entropy_with_logits(logits, labels)
/third_party/mindspore/tests/st/ops/cpu/
Dtest_softmax_cross_entropy_with_logits_op.py46 softmax_cross_entropy_with_logits = NetSoftmaxCrossEntropyWithLogits()
47 output = softmax_cross_entropy_with_logits(logits, labels)
/third_party/mindspore/tests/st/ops/graph_kernel/
Dtest_softmax_cross_entropy_with_logits.py47 softmax_cross_entropy_with_logits = NetSoftmaxCrossEntropyWithLogits()
48 result_open_gk = softmax_cross_entropy_with_logits(logits, labels)
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pipeline/infer/
Dprimitive_test.py36 softmax_cross_entropy_with_logits = P.SoftmaxCrossEntropyWithLogits() variable
40 return softmax_cross_entropy_with_logits(logits, labels)
/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/
D__init__.py55 from .softmax_cross_entropy_with_logits import SoftmaxCrossEntropyWithLogits
/third_party/mindspore/tests/vm_impl/
Dvm_interface.py47 setattr(vm, 'softmax_cross_entropy_with_logits', softmax_cross_entropy_with_logits)
Dnn_ops_vm_impl.py305 loss, dx = vm.softmax_cross_entropy_with_logits(logits, labels)
323 loss, dx = vm.softmax_cross_entropy_with_logits(logits, one_hot_label)
Dvm_me.py551 def softmax_cross_entropy_with_logits(logits, labels): function
/third_party/mindspore/tests/ut/python/pynative_mode/vm/
Dtest_vm.py265 loss, dx = vm.softmax_cross_entropy_with_logits(logits, labels)
/third_party/mindspore/mindspore/ops/_op_impl/tbe/
D__init__.py91 from .softmax_cross_entropy_with_logits import _softmax_cross_entropy_with_logits_tbe
/third_party/mindspore/config/
Dop_info.config222 …lse, "binfile_name": "softmax_cross_entropy_with_logits.so", "compute_cost": 10, "kernel_name": "s…