Home
last modified time | relevance | path

Searched refs:ActivationFunction (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/tflite/
Dtypes_test.cc197 TEST(ActivationFunction, All) { in TEST() argument
209 EXPECT_EQ(x.second, ActivationFunction::Serialize(x.first)); in TEST()
210 EXPECT_EQ(x.first, ActivationFunction::Deserialize(x.second)); in TEST()
213 EXPECT_DEATH(ActivationFunction::Serialize( in TEST()
216 EXPECT_DEATH(ActivationFunction::Deserialize(10000), in TEST()
Doperator.cc49 ActivationFunction::Serialize(op.fused_activation_function); in WriteOptions()
63 ActivationFunction::Deserialize(options.fused_activation_function()); in ReadOptions()
87 ActivationFunction::Serialize(op.fused_activation_function); in WriteOptions()
102 ActivationFunction::Deserialize(options.fused_activation_function()); in ReadOptions()
141 ActivationFunction::Serialize(op.fused_activation_function); in WriteOptions()
155 ActivationFunction::Deserialize(options.fused_activation_function()); in ReadOptions()
192 ActivationFunction::Serialize(op.fused_activation_function); in WriteOptions()
199 ActivationFunction::Deserialize(options.fused_activation_function()); in ReadOptions()
268 ActivationFunction::Serialize(op.fused_activation_function); in WriteOptions()
275 ActivationFunction::Deserialize(options.fused_activation_function()); in ReadOptions()
[all …]
Dtypes.h48 struct ActivationFunction { struct
Dtypes.cc210 ::tflite::ActivationFunctionType ActivationFunction::Serialize( in Serialize()
226 FusedActivationFunctionType ActivationFunction::Deserialize( in Deserialize()
Dexport_test.cc369 ActivationFunction::Serialize(op.fused_activation_function); in WriteOptions()
384 ActivationFunction::Deserialize(options.fused_activation_function()); in ReadOptions()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
Dcommon.h85 float ActivationFunction(float x) { in ActivationFunction() function
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h83 float ActivationFunction(float x) { in ActivationFunction() function