Home
last modified time | relevance | path

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

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