File size: 110 Bytes
e14d114 | 1 2 3 4 5 | #pragma once
#include <torch/torch.h>
void selective_update(torch::Tensor &out, torch::Tensor const &input); |
e14d114 | 1 2 3 4 5 | #pragma once
#include <torch/torch.h>
void selective_update(torch::Tensor &out, torch::Tensor const &input); |