Home
last modified time | relevance | path

Searched defs:BinaryCrossEntropy (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dbinary_cross_entropy.h36 BinaryCrossEntropy() : PrimitiveC(kNameBinaryCrossEntropy) {} in BinaryCrossEntropy() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dbinary_cross_entropy.c38 void BinaryCrossEntropy(const int input_size, const int reduction, const float *input_x, const floa… in BinaryCrossEntropy() function
/third_party/mindspore/mindspore/ops/operations/
Dnn_ops.py5427 class BinaryCrossEntropy(PrimitiveWithInfer): class