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 / native / TensorProperties.h
Size: Mime:
#pragma once

// See NOTE: [Tensor vs. TensorBase]
namespace at {
class TensorBase;
}

namespace at::native {

TORCH_API bool cudnn_is_acceptable(const TensorBase& self);

} // namespace at::native