Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dgpu_device_functions.h555 __global__ void SetZero(const int count, T* __restrict__ ptr) { in SetZero() function
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_pixel_buffer.cpp668 void dng_pixel_buffer::SetZero (const dng_rect &area, in SetZero() function in dng_pixel_buffer
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dlist_kernels.h78 inline void SetZero(OpKernelContext* ctx, Tensor& tensor) { in SetZero() function
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dfilm_grain_neon.cc156 inline void SetZero(int32x4x2_t* v) { in SetZero() function
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dvalue.go1693 func (v Value) SetZero() { func