Searched defs:SoftmaxOp (Results 1 – 3 of 3) sorted by relevance
49 class SoftmaxOp : public OpKernel { class51 explicit SoftmaxOp(OpKernelConstruction* context) : OpKernel(context) { in SoftmaxOp() function in tensorflow::SoftmaxOp
49 class SoftmaxOp : public XlaOpKernel { class51 explicit SoftmaxOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in SoftmaxOp() function in tensorflow::__anon0443f5bd0111::SoftmaxOp
1146 TEST_F(AutoMixedPrecisionTest, SoftmaxOp) { in TEST_F() argument