Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/
H A DNestedTensorTransformerFunctions.cu1008 struct VecType32 { struct
1009 typedef float TType; // Transaction Type
1011 union Data {
1014 } data;
1016 __device__ VecType32() { in VecType32() argument