Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/
H A DNestedTensorTransformerFunctions.cu991 struct VecType64 { struct
992 typedef float2 TType; // Transaction Type
993 typedef struct __align__(8) {
996 half4;
998 union Data {
1001 } data;
1003 __device__ VecType64() { in VecType64() function