Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
torch / include / ATen / core / DimVector.h
Size: Mime:
#pragma once
#include <c10/util/DimVector.h>

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