/usr/local/lib64/python3.6/site-packages/torch/include/ATen/native
Edit: /usr/local/lib64/python3.6/site-packages/torch/include/ATen/native/Fill.h (384B)
// Functions that fill Tensors with constants. Implementations are in Fill.cpp.
#pragma once
#include
#include
#include
namespace at { namespace native {
DECLARE_DISPATCH(void(*)(TensorIterator&, const Scalar&), fill_stub);
Tensor& fill_out(Tensor& self, const Scalar& value);
}} // namespace at::native