Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dtest_util.cc302 int CountPartitionsDelegatedTo(Subgraph* subgraph, in CountPartitionsDelegatedTo() function
315 int CountPartitionsDelegatedTo(Interpreter* interpreter, in CountPartitionsDelegatedTo() function
321 result += CountPartitionsDelegatedTo(subgraph, delegate); in CountPartitionsDelegatedTo()
365 EXPECT_EQ(CountPartitionsDelegatedTo(interpreter_.get(), delegate_), 1) in ExpectOpAcceleratedWithNnapi()