Searched refs:removed_node_names (Results 1 – 1 of 1) sorted by relevance
253 std::vector<string> removed_node_names; in SparsifyGatherInternal() local258 &shapes_and_slices, &removed_node_names, in SparsifyGatherInternal()345 removed_node_names.push_back(weights_node.name()); in SparsifyGatherInternal()346 removed_node_names.push_back(match.inputs[0].node.name()); in SparsifyGatherInternal()484 removed_node_names.push_back(entry.first); in SparsifyGatherInternal()488 while (!removed_node_names.empty()) { in SparsifyGatherInternal()489 auto name = removed_node_names.back(); in SparsifyGatherInternal()490 removed_node_names.pop_back(); in SparsifyGatherInternal()501 removed_node_names.push_back(parsed_input); in SparsifyGatherInternal()531 removed_node_names.push_back(replaced_graph_def.node(i).input(1)); in SparsifyGatherInternal()[all …]