Home | History | Annotate | Download | only in tools

Lines Matching refs:Tanh

70   tanh = f32[4]{0} tanh(f32[4]{0} param.0)
71 negate = f32[4]{0} negate(f32[4]{0} tanh)
84 op::Exp(op::Negate(op::Tanh(op::Parameter(0)))));
104 op::Add(op::Negate(op::Tanh(op::Parameter(0))),
105 op::Exp(op::Negate(op::Tanh(op::Parameter(0))))));
115 tanh = f32[4]{0} tanh(p)
117 ROOT add = f32[4]{0} add(tanh, c)
134 op::Add(op::Tanh(op::Parameter(0)), op::Constant()));