Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
Dresolve_svdf.cc50 const string& const_pattern, in FilterPartitionedConstNodes()
100 for (const string& const_pattern : const_node_patterns_) { in CreateNodes() local
148 void SvdfCluster::CreateConstNode(const string& const_pattern) { in CreateConstNode()
277 for (const string& const_pattern : node_patterns) { in CreateCluster() local
Dresolve_svdf.h39 void AddConstNodePattern(const string& const_pattern) { in AddConstNodePattern()