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