Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/xnnpack/_passes/
H A Dconvert_to_sdpa.py25 def get_scale(self, match: InternalMatch) -> Optional[float]: member in ConvertToSDPAPass
/aosp_15_r20/external/executorch/backends/cadence/aot/
H A Dcompiler_utils.py213 def get_scale(x: torch.Tensor) -> torch.Tensor: function
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_drawpixels.c51 get_scale(nir_builder *b, lower_drawpixels_state *state) in get_scale() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DTensor.h329 inline double get_scale() const { in get_scale() function
/aosp_15_r20/external/pytorch/torch/amp/
H A Dgrad_scaler.py536 def get_scale(self) -> float: member in GradScaler
/aosp_15_r20/external/executorch/kernels/quantized/cpu/
H A Dop_dequantize.cpp175 float get_scale(const Tensor& scale, size_t channel_ix) { in get_scale() function
/aosp_15_r20/external/harfbuzz_ng/src/wasm/rust/harfbuzz-wasm/src/
H A Dlib.rs139 pub fn get_scale(&self) -> (i32, i32) { in get_scale() method