Home
last modified time | relevance | path

Searched defs:IsActivationSupported (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/versioning/
Dgpu_compatibility.cc73 absl::Status IsActivationSupported(TfLiteFusedActivation fused_activation) { in IsActivationSupported() function
/external/armnn/src/armnn/test/
DOptimizerTests.cpp180 bool IsActivationSupported(const TensorInfo& /*input0*/, in IsActivationSupported() function in __anon5e23500a0111::MockLayerSupport
/external/armnn/src/backends/neon/
DNeonLayerSupport.cpp717 bool NeonLayerSupport::IsActivationSupported(const TensorInfo& input, in IsActivationSupported() function in armnn::NeonLayerSupport
/external/armnn/src/backends/backendsCommon/
DLayerSupportBase.cpp85 bool LayerSupportBase::IsActivationSupported(const TensorInfo&, // input in IsActivationSupported() function in armnn::LayerSupportBase
/external/armnn/src/backends/cl/
DClLayerSupport.cpp674 bool ClLayerSupport::IsActivationSupported(const TensorInfo& input, in IsActivationSupported() function in armnn::ClLayerSupport
/external/armnn/src/armnn/
DILayerSupport.cpp537 bool ILayerSupport::IsActivationSupported(const TensorInfo& input, in IsActivationSupported() function in armnn::ILayerSupport
DBackendHelper.cpp144 bool LayerSupportHandle::IsActivationSupported(const TensorInfo& input, in IsActivationSupported() function in armnn::LayerSupportHandle
/external/armnn/src/backends/reference/
DRefLayerSupport.cpp538 bool RefLayerSupport::IsActivationSupported(const TensorInfo& input, in IsActivationSupported() function in armnn::RefLayerSupport
/external/armnn/src/armnnTfLiteParser/
DTfLiteParser.cpp334 bool IsActivationSupported(tflite::ActivationFunctionType activationType) in IsActivationSupported() function