Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dgraph_info.cc41 std::vector<NodeSubset>* node_subsets) in PartitionGraphIntoIndependentNodeSubsetsImpl() argument
43 node_subsets_(node_subsets), in PartitionGraphIntoIndependentNodeSubsetsImpl()
219 std::vector<NodeSubset>* node_subsets) { in PartitionGraphIntoIndependentNodeSubsets() argument
221 node_subsets) in PartitionGraphIntoIndependentNodeSubsets()
Dgraph_info.h91 std::vector<NodeSubset>* node_subsets);
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc387 std::vector<NodeSubset> node_subsets; in ReplaceNodeSubsetsWithDelegateKernels() local
389 &node_subsets); in ReplaceNodeSubsetsWithDelegateKernels()
396 node_subsets.size()); in ReplaceNodeSubsetsWithDelegateKernels()
400 for (auto& node_subset : node_subsets) { in ReplaceNodeSubsetsWithDelegateKernels()
512 std::vector<NodeSubset> node_subsets; in PreviewDelegatePartitioning() local
514 &node_subsets); in PreviewDelegatePartitioning()
517 for (auto& node_subset : node_subsets) { in PreviewDelegatePartitioning()