/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/ |
H A D | fuse_mul_to_conv.cc | 179 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 D | functional_modules.py | 73 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/ |
D | size_hint.rs | 53 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 D | size_hint.rs | 71 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.py | 310 def mul_scalar(self, x: torch.Tensor, y: float) -> torch.Tensor: member in Shadow
|
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_shape_analysis.cpp | 434 auto mul_scalar = in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/ |
D | mat2.rs | 287 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
D | mat3a.rs | 552 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
D | mat4.rs | 1107 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/ |
H A D | quantization_patterns.h | 678 auto mul_scalar = getBinaryOpScalarFusionInfo( in quant_fusion_pattern_and_replacements() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/ |
D | dmat2.rs | 276 pub fn mul_scalar(&self, rhs: f64) -> Self { in mul_scalar() method
|
D | dmat3.rs | 545 pub fn mul_scalar(&self, rhs: f64) -> Self { in mul_scalar() method
|
D | dmat4.rs | 1071 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 D | BinaryOp.cpp | 493 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/ |
D | mat2.rs | 324 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
D | mat3a.rs | 559 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
D | mat4.rs | 1204 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/ |
D | mat2.rs | 292 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
D | mat3a.rs | 554 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
D | mat4.rs | 1195 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/ |
D | mat2.rs | 298 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
D | mat3a.rs | 554 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
D | mat4.rs | 1195 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/ |
D | mat3.rs | 548 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/ |
H A D | CpuGemmLowpOffsetContributionOutputStageKernel.cpp | 101 inline int32x4x4_t mul_s32(int32x4x4_t &a, int32_t mul_scalar) in mul_s32()
|