jamtur01's picture
Upload folder using huggingface_hub
9c6594c verified
raw
history blame contribute delete
126 Bytes
#pragma once
namespace at {
enum class padding_mode {
reflect,
replicate,
circular,
constant,
};
} // namespace at