| /external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/ |
| 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
|
| /external/rust/crates/itertools/src/ |
| D | size_hint.rs | 71 pub fn mul_scalar(sh: SizeHint, x: usize) -> SizeHint { in mul_scalar() function
|
| /external/rust/crates/glam/src/f64/ |
| D | dmat2.rs | 258 pub fn mul_scalar(&self, rhs: f64) -> Self { in mul_scalar() method
|
| D | dmat3.rs | 516 pub fn mul_scalar(&self, rhs: f64) -> Self { in mul_scalar() method
|
| D | dmat4.rs | 1027 pub fn mul_scalar(&self, rhs: f64) -> Self { in mul_scalar() method
|
| /external/rust/crates/glam/src/f32/scalar/ |
| D | mat2.rs | 268 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
| D | mat3a.rs | 522 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
| D | mat4.rs | 1060 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
| /external/rust/crates/glam/src/f32/sse2/ |
| D | mat2.rs | 300 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
| D | mat3a.rs | 529 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
| D | mat4.rs | 1155 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
| /external/rust/crates/glam/src/f32/wasm32/ |
| D | mat2.rs | 275 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
| D | mat3a.rs | 524 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
| D | mat4.rs | 1146 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
| /external/rust/crates/glam/src/f32/coresimd/ |
| D | mat2.rs | 273 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
| D | mat3a.rs | 544 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
| D | mat4.rs | 1290 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
| /external/rust/crates/glam/src/f32/ |
| D | mat3.rs | 518 pub fn mul_scalar(&self, rhs: f32) -> Self { in mul_scalar() method
|
| /external/ComputeLibrary/src/cpu/kernels/ |
| D | CpuGemmLowpOffsetContributionOutputStageKernel.cpp | 101 inline int32x4x4_t mul_s32(int32x4x4_t &a, int32_t mul_scalar) in mul_s32()
|