Searched refs:IsNodeSupported (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/ |
D | utils.h | 95 virtual bool IsNodeSupported(TfLiteContext* context, TfLiteNode* node, in IsNodeSupported() function 148 bool IsNodeSupported(TfLiteContext* context, TfLiteNode* node,
|
D | utils_test.cc | 170 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()
|
D | utils.cc | 141 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()
|