Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/tflite/
Dtypes_test.cc204 TEST(ActivationFunction, All) { in TEST() argument
216 EXPECT_EQ(x.second, ActivationFunction::Serialize(x.first)); in TEST()
217 EXPECT_EQ(x.first, ActivationFunction::Deserialize(x.second)); in TEST()
220 EXPECT_DEATH(ActivationFunction::Serialize( in TEST()
223 EXPECT_DEATH(ActivationFunction::Deserialize(10000), in TEST()
Doperator.cc100 ActivationFunction::Serialize(op.fused_activation_function); in WriteOptions()
114 ActivationFunction::Deserialize(options.fused_activation_function()); in ReadOptions()
129 ActivationFunction::Serialize(op.fused_activation_function); in WriteOptions()
144 ActivationFunction::Deserialize(options.fused_activation_function()); in ReadOptions()
160 ActivationFunction::Serialize(op.fused_activation_function); in WriteOptions()
174 ActivationFunction::Deserialize(options.fused_activation_function()); in ReadOptions()
201 ActivationFunction::Serialize(op.fused_activation_function); in WriteOptions()
208 ActivationFunction::Deserialize(options.fused_activation_function()); in ReadOptions()
263 ActivationFunction::Serialize(op.fused_activation_function); in WriteOptions()
270 ActivationFunction::Deserialize(options.fused_activation_function()); in ReadOptions()
[all …]
Dtypes.h48 struct ActivationFunction { struct
Dtypes.cc218 ::tflite::ActivationFunctionType ActivationFunction::Serialize( in Serialize()
234 FusedActivationFunctionType ActivationFunction::Deserialize( in Deserialize()
Dexport_test.cc553 ActivationFunction::Serialize(op.fused_activation_function); in WriteOptions()
568 ActivationFunction::Deserialize(options.fused_activation_function()); in ReadOptions()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h68 float ActivationFunction(float x) { in ActivationFunction() function