Home
last modified time | relevance | path

Searched refs:tanh (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dtanh.h35 float result = std::tanh(val); in Tanh()
70 F0 output = gemmlowp::tanh(input); in Tanh()
77 F0 output = gemmlowp::tanh(input); in Tanh()
109 const FixedPoint0 output_val_f0 = gemmlowp::tanh(input_val_f4); in Tanh()
A Dreference_ops.h534 const float new_input = std::tanh(activ_temp_data[Offset( in LstmCell()
550 output_gate * std::tanh(new_state); in LstmCell()
789 gemmlowp::tanh(input_modulation_gate_input); in LstmCell()
816 F0 output_activ_int16 = output_gate_output * gemmlowp::tanh(new_state_f3); in LstmCell()
A Dportable_tensor_utils.cc559 F0 tanh_output = gemmlowp::tanh(tanh_input); in PortableApplyTanhImpl()
597 const float float_output = std::tanh(float_input); in PortableApplyTanhFloat()
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A Dtanh.c3 double tanh(double x) { in tanh() function
A DREADME4 The files lgamma.c, log10.c and tanh.c are too small to have a meaningful
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dactivation_utils.h43 return std::tanh(a); in ActivationValFloat()
/AliOS-Things-master/components/py_engine/tests/float/
A Dmath_fun_special.py36 ("tanh", tanh, [-1e6, -100] + test_values + [100, 1e6]),
A Dmath_domain_special.py21 ("tanh", math.tanh, ()),
/AliOS-Things-master/components/amp-utility/python/
A Dmath2.py226 def tanh(x): function
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/integer_ops/
A Dtanh.h50 gemmlowp::tanh(F4::FromRaw(input_in_q4)).raw(); in Tanh()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dtensor_utils.h171 output_map.array() = input_map.array().tanh(); in ApplyTanhToVector()
/AliOS-Things-master/components/py_engine/engine/py/
A Dmodmath.c128 MATH_FUN_1(tanh, tanh) in MATH_FUN_2()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Doptimized_ops.h2888 new_input_sm.tanh() + in LstmCell()
2893 output_state_map.tanh(); in LstmCell()
4327 F0 output0 = gemmlowp::tanh(input0); in Tanh()
4328 F0 output1 = gemmlowp::tanh(input1); in Tanh()
4337 F0 output = gemmlowp::tanh(input); in Tanh()
4349 F0 output0 = gemmlowp::tanh(input0); in Tanh()
4360 F0 output = gemmlowp::tanh(input); in Tanh()
4397 F0 output = gemmlowp::tanh(input); in Tanh()
4425 F0 output = gemmlowp::tanh(input); in Tanh()
4446 F0 output = gemmlowp::tanh(input); in Tanh()
[all …]
A Dlegacy_optimized_ops.h3087 new_input_sm.tanh() + in LstmCell()
3092 output_state_map.tanh(); in LstmCell()
3288 gemmlowp::tanh(input_modulation_gate_input); in LstmCell()
3316 F0 output_activ_int16 = output_gate_output * gemmlowp::tanh(new_state_f3); in LstmCell()
3360 gemmlowp::tanh(input_modulation_gate_input); in LstmCell()
3385 F0 output_activ_int16 = output_gate_output * gemmlowp::tanh(new_state_f3); in LstmCell()
4539 const FixedPoint0 output_val_f0_0 = gemmlowp::tanh(input_val_f4_0); in Tanh()
4540 const FixedPoint0 output_val_f0_1 = gemmlowp::tanh(input_val_f4_1); in Tanh()
4541 const FixedPoint0 output_val_f0_2 = gemmlowp::tanh(input_val_f4_2); in Tanh()
4542 const FixedPoint0 output_val_f0_3 = gemmlowp::tanh(input_val_f4_3); in Tanh()
[all …]
A Dneon_tensor_utils.cc1678 F_Out output0 = gemmlowp::tanh(input0); in NeonApplyTanhImpl()
1679 F_Out output1 = gemmlowp::tanh(input1); in NeonApplyTanhImpl()
1680 F_Out output2 = gemmlowp::tanh(input2); in NeonApplyTanhImpl()
1681 F_Out output3 = gemmlowp::tanh(input3); in NeonApplyTanhImpl()
1693 F_Out_Scalar output_out = gemmlowp::tanh(input_in); in NeonApplyTanhImpl()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/gemmlowp/fixedpoint/
A Dfixedpoint.h827 FixedPoint<tRawType, 0> tanh(FixedPoint<tRawType, tIntegerBits> a) {
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dqjscalc.js2604 function tanh(a) function
A Dquickjs.c41234 JS_CFUNC_SPECIAL_DEF("tanh", 1, f_f, tanh),

Completed in 177 milliseconds