Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/uniform_quant_ops/
H A Dmath_utils.cc54 void AsymmetricQuantize(const Tensor& tensor, int apply_offset, int apply_size, in AsymmetricQuantize()
/aosp_15_r20/system/extras/pinner/
H A Dmeminspect.cpp23 void VmaRangeGroup::apply_offset(uint64_t offset) { in apply_offset() function in VmaRangeGroup
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dmemory.rs778 fn apply_offset(&self, offset: usize) -> CLResult<usize> { in apply_offset() method