Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/
Dinterpreter.cc111 const TfLiteIntArray* nodes_to_replace) { in ReplaceSubgraphsWithDelegateKernels() argument
113 ->ReplaceSubgraphsWithDelegateKernels(registration, nodes_to_replace); in ReplaceSubgraphsWithDelegateKernels()
117 TfLiteRegistration registration, const TfLiteIntArray* nodes_to_replace) { in ReplaceSubgraphsWithDelegateKernels() argument
122 PartitionGraphIntoIndependentSubgraphs(&info, nodes_to_replace, &subgraphs); in ReplaceSubgraphsWithDelegateKernels()
Dinterpreter.h343 const TfLiteIntArray* nodes_to_replace);
350 TfLiteRegistration registration, const TfLiteIntArray* nodes_to_replace);
Dcontext.h289 const TfLiteIntArray* nodes_to_replace);