Home
last modified time | relevance | path

Searched defs:SoftmaxOp (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsoftmax_op.cc49 class SoftmaxOp : public OpKernel { class
51 explicit SoftmaxOp(OpKernelConstruction* context) : OpKernel(context) { in SoftmaxOp() function in tensorflow::SoftmaxOp
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision_test.cc1158 TEST_F(AutoMixedPrecisionTest, SoftmaxOp) { in TEST_F() argument