Sign in
android
/
platform
/
external
/
pytorch
/
f0a440007e
/
.
/
test
/
custom_operator
/
op.h
blob: b1c4b5b1647f0b7a710876be589dd6f7eb3771d8 [
file
] [
log
] [
blame
]
#include
<torch/op.h>
#include
<cstddef>
#include
<vector>
TORCH_API std
::
vector
<
at
::
Tensor
>
custom_op
(
at
::
Tensor
tensor
,
double
scalar
,
int64_t
repeat
);