Searched defs:BinaryCrossEntropyGrad (Results 1 – 3 of 3) sorted by relevance
32 BinaryCrossEntropyGrad() : PrimitiveC(kNameBinaryCrossEntropyGrad) {} in BinaryCrossEntropyGrad() function
21 int BinaryCrossEntropyGrad(const int input_size, const int reduction, const float *input_x, const f… in BinaryCrossEntropyGrad() function
244 class BinaryCrossEntropyGrad(PrimitiveWithInfer): class