Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
H A Dresolve_svdf.cc256 std::vector<std::string> node_patterns = {"SVDF_weights_feature", in CreateCluster() local
264 size_t weights_pos = node.name().find(node_patterns[0]); in CreateCluster()
278 for (const std::string& const_pattern : node_patterns) { in CreateCluster()