Home
last modified time | relevance | path

Searched defs:mul_scalar (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
H A Dfuse_mul_to_conv.cc179 auto mul_scalar = absl::get_if<float>(&mul_attr.param); in FuseConvolution2DWithMultiply() local
200 auto mul_scalar = absl::get_if<float>(&mul_attr.param); in FuseDepthwiseConvolution2DWithMultiply() local
222 auto mul_scalar = absl::get_if<float>(&mul_attr.param); in FuseConvolutionTransposedWithMultiply() local
242 auto mul_scalar = absl::get_if<float>(&mul_attr.param); in FuseFullyConnectedWithMultiply() local
258 auto mul_scalar = absl::get_if<float>(&mul_attr.param); in FuseMultiplyWithConvolution2D() local
276 auto mul_scalar = absl::get_if<float>(&mul_attr.param); in FuseMultiplyWithDepthwiseConvolution2D() local
294 auto mul_scalar = absl::get_if<float>(&mul_attr.param); in FuseMultiplyWithConvolutionTransposed() local
311 auto mul_scalar = absl::get_if<float>(&mul_attr.param); in FuseMultiplyWithFullyConnected() local
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/modules/
H A Dfunctional_modules.py73 def mul_scalar(self, x: Tensor, y: float) -> Tensor: member in FloatFunctional
141 def mul_scalar(self, x: Tensor, y: float) -> Tensor: member in FXFloatFunctional
262 def mul_scalar(self, x: Tensor, y: float) -> Tensor: member in QFunctional
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/
Dsize_hint.rs53 pub fn mul_scalar(sh: SizeHint, x: usize) -> SizeHint { in mul_scalar() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
H A Dsize_hint.rs71 pub fn mul_scalar(sh: SizeHint, x: usize) -> SizeHint { in mul_scalar() function
/aosp_15_r20/external/pytorch/torch/ao/ns/
H A D_numeric_suite.py310 def mul_scalar(self, x: torch.Tensor, y: float) -> torch.Tensor: member in Shadow
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_shape_analysis.cpp434 auto mul_scalar = in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dmat2.rs287 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
Dmat3a.rs552 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
Dmat4.rs1107 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dquantization_patterns.h678 auto mul_scalar = getBinaryOpScalarFusionInfo( in quant_fusion_pattern_and_replacements() local
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddmat2.rs276 pub fn mul_scalar(&self, rhs: f64) -> Self { in mul_scalar() method
Ddmat3.rs545 pub fn mul_scalar(&self, rhs: f64) -> Self { in mul_scalar() method
Ddmat4.rs1071 pub fn mul_scalar(&self, rhs: f64) -> Self { in mul_scalar() method
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DBinaryOp.cpp493 static Tensor mul_scalar(const Tensor& self_arg, const Scalar& other) { in mul_scalar() function
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dmat2.rs324 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
Dmat3a.rs559 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
Dmat4.rs1204 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dmat2.rs292 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
Dmat3a.rs554 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
Dmat4.rs1195 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dmat2.rs298 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
Dmat3a.rs554 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
Dmat4.rs1195 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Dmat3.rs548 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuGemmLowpOffsetContributionOutputStageKernel.cpp101 inline int32x4x4_t mul_s32(int32x4x4_t &a, int32_t mul_scalar) in mul_s32()

12