Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/
H A DNestedTensorTransformerFunctions.cu974 struct VecType128 { struct
975 typedef float4 TType; // Transaction Type
976 typedef struct __align__(16) {
979 half8;
981 union Data {
984 } data;
986 __device__ VecType128() { in VecType128() function