Searched refs:const_pattern (Results 1 – 2 of 2) sorted by relevance
50 const string& const_pattern, in FilterPartitionedConstNodes() argument57 if (StrContains(node->name(), const_pattern) && node->op() == "Const") { in FilterPartitionedConstNodes()100 for (const string& const_pattern : const_node_patterns_) { in CreateNodes() local101 CreateConstNode(const_pattern); in CreateNodes()148 void SvdfCluster::CreateConstNode(const string& const_pattern) { in CreateConstNode() argument151 FilterPartitionedConstNodes(const_pattern, nodes_, &const_node_parts); in CreateConstNode()156 StrContains(const_pattern, "SVDF_weights_feature"); in CreateConstNode()277 for (const string& const_pattern : node_patterns) { in CreateCluster() local278 cluster->AddConstNodePattern(const_pattern); in CreateCluster()
39 void AddConstNodePattern(const string& const_pattern) { in AddConstNodePattern() argument40 const_node_patterns_.push_back(const_pattern); in AddConstNodePattern()49 void CreateConstNode(const string& const_pattern);