#pragma once #include namespace at { // Re-declaring 'DimVector' type and size inside 'at' namespace. // This is done to avoid modifying every use into their 'c10' // equivalent. using c10::kDimVectorStaticSize; using c10::DimVector; } // namespace at