/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
D | reduce_max.example.cpp | 7 namespace generated_tests::reduce_max { namespace 74 namespace generated_tests::reduce_max { namespace 175 namespace generated_tests::reduce_max { namespace 242 namespace generated_tests::reduce_max { namespace 343 namespace generated_tests::reduce_max { namespace 410 namespace generated_tests::reduce_max { namespace 511 namespace generated_tests::reduce_max { namespace 578 namespace generated_tests::reduce_max { namespace 679 namespace generated_tests::reduce_max { namespace 746 namespace generated_tests::reduce_max { namespace [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/ |
H A D | uint.rs | 67 fn reduce_max(self) -> Self::Scalar; in reduce_max() method
|
H A D | int.rs | 174 fn reduce_max(self) -> Self::Scalar; in reduce_max() method
|
H A D | float.rs | 210 fn reduce_max(self) -> Self::Scalar; in reduce_max() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/ |
H A D | uint.rs | 67 fn reduce_max(self) -> Self::Scalar; in reduce_max() method
|
H A D | int.rs | 174 fn reduce_max(self) -> Self::Scalar; in reduce_max() method
|
H A D | float.rs | 210 fn reduce_max(self) -> Self::Scalar; in reduce_max() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/ |
H A D | uint.rs | 67 fn reduce_max(self) -> Self::Scalar; in reduce_max() method
|
H A D | int.rs | 174 fn reduce_max(self) -> Self::Scalar; in reduce_max() method
|
H A D | float.rs | 210 fn reduce_max(self) -> Self::Scalar; in reduce_max() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/ |
H A D | uint.rs | 67 fn reduce_max(self) -> Self::Scalar; in reduce_max() method
|
H A D | int.rs | 174 fn reduce_max(self) -> Self::Scalar; in reduce_max() method
|
H A D | float.rs | 210 fn reduce_max(self) -> Self::Scalar; in reduce_max() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/simd/num/ |
H A D | uint.rs | 67 fn reduce_max(self) -> Self::Scalar; in reduce_max() method
|
H A D | int.rs | 174 fn reduce_max(self) -> Self::Scalar; in reduce_max() method
|
H A D | float.rs | 210 fn reduce_max(self) -> Self::Scalar; in reduce_max() method
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/ |
H A D | softmax.h | 54 __device__ __forceinline__ void reduce_max(Tensor<Engine0, Layout0> const& tensor, Tensor<Engine1, … in reduce_max() function
|
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | ml_sse3.c | 264 static inline __m128 reduce_max(__m128 reg) { in reduce_max() function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/ |
H A D | ragged_math_ops.py | 656 def reduce_max(input_tensor: ragged_tensor.Ragged, function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | arithmetic_optimizer_test.cc | 3946 Output reduce_max = ops::Max(s.WithOpName("reduce_max"), sqrt, {0}); in TEST_F() local 4029 Output reduce_max = ops::Max(s.WithOpName("reduce_max"), sqrt, {0}); in TEST_F() local 4127 Output reduce_max = ops::Max(s.WithOpName("reduce_max"), neg, {0}); in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | math_ops.py | 3061 def reduce_max(input_tensor, axis=None, keepdims=False, name=None): function
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | lowering.py | 5723 def reduce_max(x, dim=None, keepdim=False): function
|