MCPcopy Create free account
hub / github.com/AllentDan/LibtorchSegmentation / ASPPPoolingImpl

Class ASPPPoolingImpl

src/architectures/DeepLabDecoder.h:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53torch::nn::Sequential ASPPSeparableConv(int in_channels, int out_channels, int dilation);
54
55class ASPPPoolingImpl : public torch::nn::Module {
56public:
57 torch::nn::Sequential seq{nullptr};
58 ASPPPoolingImpl(int in_channels, int out_channels);
59 torch::Tensor forward(torch::Tensor x);
60
61}; TORCH_MODULE(ASPPPooling);
62
63class ASPPImpl : public torch::nn::Module {
64public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected