Home
last modified time | relevance | path

Searched refs:IsNodeSupported (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/
Dutils.h95 virtual bool IsNodeSupported(TfLiteContext* context, TfLiteNode* node, in IsNodeSupported() function
148 bool IsNodeSupported(TfLiteContext* context, TfLiteNode* node,
Dutils_test.cc170 bool IsNodeSupported(TfLiteContext* context, TfLiteNode* node, in IsNodeSupported() function
189 GraphPartitionHelper helper(&mocked_context, IsNodeSupported); in TEST()
222 GraphPartitionHelper helper(&error_context, IsNodeSupported); in TEST()
Dutils.cc141 if (IsNodeSupported(context_, node, registration, node_id, in PrepareSupportedNodes()
219 bool FP16GraphPartitionHelper::IsNodeSupported( in IsNodeSupported() function in tflite::delegates::FP16GraphPartitionHelper
249 const auto is_supported = GraphPartitionHelper::IsNodeSupported( in IsNodeSupported()