Home
last modified time | relevance | path

Searched defs:const_pattern (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
H A Dresolve_svdf.cc51 const std::string& const_pattern, in FilterPartitionedConstNodes()
101 for (const std::string& const_pattern : const_node_patterns_) { in CreateNodes() local
149 void SvdfCluster::CreateConstNode(const std::string& const_pattern) { in CreateConstNode()
278 for (const std::string& const_pattern : node_patterns) { in CreateCluster() local
H A Dresolve_svdf.h39 void AddConstNodePattern(const std::string& const_pattern) { in AddConstNodePattern()