Searched refs:constant_dequant_nodes_ (Results 1 – 2 of 2) sorted by relevance
200 constant_dequant_nodes_[tensor_and_consumers.first]); in GetNodesOfFirstNLargestPartitionsImpl()231 constant_dequant_nodes_[node->outputs->data[0]] = node_id; in IsNodeSupported()245 if (!constant_dequant_nodes_.empty()) { in IsNodeSupported()256 if (constant_dequant_nodes_.find(orig_inputs[j]) != in IsNodeSupported()257 constant_dequant_nodes_.end()) { in IsNodeSupported()
172 std::unordered_map<int, int> constant_dequant_nodes_; variable