Searched refs:SoftplusOp (Results 1 – 2 of 2) sorted by relevance
34 class SoftplusOp : public UnaryElementWiseOp<T, SoftplusOp<Device, T>> { class36 explicit SoftplusOp(OpKernelConstruction* context) in SoftplusOp() function in tensorflow::SoftplusOp37 : UnaryElementWiseOp<T, SoftplusOp<Device, T>>(context) {} in SoftplusOp()82 SoftplusOp<CPUDevice, type>); \115 SoftplusOp<GPUDevice, type>); \
1154 TEST_F(AutoMixedPrecisionTest, SoftplusOp) { in TEST_F() argument