tensor_complex_cpu Class — pytorch Architecture
Architecture documentation for the tensor_complex_cpu class in TensorFactories.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/TensorFactories.cpp lines 2221–2226
template <typename T>
static Tensor tensor_complex_cpu(
ArrayRef<T> values,
const TensorOptions& options) {
return at::detail::tensor_complex_cpu(values, options);
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free