Searched defs:redux (Results 1 – 12 of 12) sorted by relevance
/external/eigen/test/ |
D | cuda_basic.cu | 81 struct redux { struct 83 void operator()(int i, const typename T::Scalar* in, typename T::Scalar* out) const in operator ()()
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_reduction_cuda.cu | 70 Tensor<Type, 2, DataLayout> redux = in.sum(red_axis); in test_first_dim_reductions() local 110 Tensor<Type, 2, DataLayout> redux = in.sum(red_axis); in test_last_dim_reductions() local
|
D | cxx11_tensor_reduction_sycl.cpp | 67 Tensor<float, 2> redux(reduced_tensorRange); in test_first_dim_reductions_sycl() local 105 Tensor<float, 2> redux(reduced_tensorRange); in test_last_dim_reductions_sycl() local
|
D | cxx11_tensor_of_float16_cuda.cu | 318 void test_cuda_reductions(int size1, int size2, int redux) { in test_cuda_reductions()
|
/external/rust/crates/libm/src/math/ |
D | exp2f.rs | 78 let redux = f32::from_bits(0x4b400000) / TBLSIZE as f32; in exp2f() localVariable
|
D | exp2.rs | 327 let redux = f64::from_bits(0x4338000000000000) / TBLSIZE as f64; in exp2() localVariable
|
/external/chromium-trace/catapult/common/node_runner/node_runner/ |
D | package.json | 58 "redux": "^4.0.0", string
|
D | package-lock.json | 6237 "redux": { object
|
/external/tensorflow/tensorflow/core/kernels/ |
D | bias_op.cc | 263 redux; in Compute() local 271 redux; in Compute() local
|
D | redux_functor.h | 235 const ReduceOuterDimensions<InputT, AccumT, OutputT, BinaryFunctor> redux; in operator() local
|
/external/libtextclassifier/native/tensorflow_models/seq_flow_lite/tflite_ops/ |
D | layer_norm.cc | 153 for (int redux = 0; redux < axis_size; ++redux) { in GetOffset() local
|
/external/wpa_supplicant_8/src/tls/ |
D | libtommath.c | 1888 int (*redux)(mp_int*,mp_int*,mp_int*); in s_mp_exptmod() local 2970 int (*redux)(mp_int*,mp_int*,mp_digit); in mp_exptmod_fast() local
|