Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/test/
Dchanlinear.go22 func checkLinear(typ string, tries int, f func(n int)) { func
Dmaplinear.go21 func checkLinear(typ string, tries int, f func(n int)) { func
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp1032 bool TextureBorderClampSamplingTexture<InputType, OutputType>::checkLinear(std::vector<OutputType> … in checkLinear() function in glcts::TextureBorderClampSamplingTexture
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py698 def checkLinear(self, mod): member in QuantizationTestCase