Home
last modified time | relevance | path

Searched refs:supported_nodes_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/
Dutils.cc57 if (context_->PreviewDelegatePartitioning(context_, supported_nodes_, in Partition()
124 supported_nodes_ = TfLiteIntArrayCreate(num_total_nodes_); in PrepareSupportedNodes()
125 supported_nodes_->size = 0; in PrepareSupportedNodes()
136 supported_nodes_->size = 0; in PrepareSupportedNodes()
143 supported_nodes_->data[supported_nodes_->size++] = node_id; in PrepareSupportedNodes()
Dutils.h60 supported_nodes_( in GraphPartitionHelper()
63 virtual ~GraphPartitionHelper() { TfLiteIntArrayFree(supported_nodes_); } in ~GraphPartitionHelper()
128 TfLiteIntArray* supported_nodes_ = nullptr; // owns the memory variable