Home
last modified time | relevance | path

Searched defs:ConvertActivation (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Dunary_ops.cc182 class ConvertActivation : public OpConverterBase<ConvertActivation>, class
185 explicit ConvertActivation(OpConverterParams* params) in ConvertActivation() function in tensorflow::tensorrt::convert::ConvertActivation
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/api/
H A Dflatbuffer_conversions.cc105 TfLiteFusedActivation ConvertActivation(ActivationFunctionType activation) { in ConvertActivation() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes_test.cc4785 TEST_P(OpConverter_FP32_UnaryTest, ConvertActivation) { in TEST_P() argument