Searched refs:aggregate_allocs (Results 1 – 1 of 1) sorted by relevance
163 std::map<int64, int64>& aggregate_allocs = dev.tensor_allocs[node->name()]; in TrackNode() local166 aggregate_allocs[it->first] = last; in TrackNode()