Home
last modified time | relevance | path

Searched defs:InputMeta (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DCatKernel.cpp14 struct InputMeta { struct
15 const void* data_ptr;
16 int64_t inner_size;
18 InputMeta(const Tensor& t, int64_t dim, int64_t inner) in InputMeta() function
H A DSerialStackImpl.h15 struct InputMeta { struct
19 InputMeta(const Tensor& t, int64_t dim, int64_t inner) in InputMeta() argument