blob: 730db8fe54ac276aa6f6defde987a475bac7be2c [file] [log] [blame]
// Functions that fill Tensors with constants. Implementations are in Fill.cpp.
#pragma once
#include <ATen/ATen.h>
#include <ATen/native/DispatchStub.h>
#include <ATen/native/TensorIterator.h>
namespace at { namespace native {
DECLARE_DISPATCH(void(*)(TensorIterator&, Scalar), fill_stub);
}} // namespace at::native