Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A Dgroup_norm_kernel.cpp608 const opmath_t* ds_ptr, in CalcDsDb()
631 const opmath_t* ds_ptr, in CalcDsDb()
681 const opmath_t* ds_ptr = ds + i * D; in GroupNormInputBackward() local
731 const PT* ds_ptr = ds + n * C + g * D + i; in GammaBackward() local
744 const PT* ds_ptr = ds + n * C + g * D + i; in GammaBackward() local
779 const opmath_t* ds_ptr = ds + n * C + g * D + i; in GammaBackward() local
796 const opmath_t* ds_ptr = ds + n * C + g * D + i; in GammaBackward() local
944 opmath_t* ds_ptr, in DsDbRowwiseMomentsChannelsLast()
979 opmath_t* ds_ptr, in DsDbRowwiseMomentsChannelsLast()
1245 opmath_t* ds_ptr, in CalcInternalGradientsChannelsLast()
[all …]
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_tracing_PerfettoDataSource.cpp247 void nativeWritePackets(JNIEnv* env, jclass clazz, jlong ds_ptr, jobjectArray packets) { in nativeWritePackets()