Home
last modified time | relevance | path

Searched defs:redux (Results 1 – 14 of 14) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_reduction_gpu.cu67 Tensor<Type, 2, DataLayout> redux = in.sum(red_axis); in test_first_dim_reductions() local
107 Tensor<Type, 2, DataLayout> redux = in.sum(red_axis); in test_last_dim_reductions() local
Dcxx11_tensor_reduction_sycl.cpp453 Tensor<DataType, 2, DataLayout, IndexType> redux(reduced_tensorRange); in test_first_dim_reductions_max_sycl() local
500 reduced_tensor redux; in test_first_dim_reductions_max_with_offset_sycl() local
558 reduced_tensor redux(full_reduced_range); in test_last_dim_reductions_max_with_offset_sycl() local
617 Tensor<DataType, 1, DataLayout, IndexType> redux(reduced_tensorRange); in test_first_dim_reductions_sum_sycl() local
661 Tensor<DataType, 2, DataLayout, IndexType> redux(reduced_tensorRange); in test_first_dim_reductions_mean_sycl() local
707 Tensor<DataType, 2, DataLayout, IndexType> redux(reduced_tensorRange); in test_last_dim_reductions_mean_sycl() local
752 Tensor<DataType, 2, DataLayout, IndexType> redux(reduced_tensorRange); in test_last_dim_reductions_sum_sycl() local
Dcxx11_tensor_of_float16_gpu.cu322 void test_gpu_reductions(int size1, int size2, int redux) { in test_gpu_reductions()
/external/musl/src/math/
Dexp2l.c40 redux = 0x1.8p63 / TBLSIZE, variable
271 redux = 0x1.8p112 / TBLSIZE; variable
/external/rust/crates/libm/src/math/
Dexp2f.rs78 let redux = f32::from_bits(0x4b400000) / TBLSIZE as f32; in exp2f() localVariable
Dexp2.rs327 let redux = f64::from_bits(0x4338000000000000) / TBLSIZE as f64; in exp2() localVariable
/external/eigen/test/
Dgpu_basic.cu256 struct redux { struct
258 void operator()(int i, const typename T::Scalar* in, typename T::Scalar* out) const in operator ()()
Dredux.cpp154 EIGEN_DECLARE_TEST(redux) in EIGEN_DECLARE_TEST() argument
/external/chromium-trace/catapult/common/node_runner/node_runner/
Dpackage.json58 "redux": "^4.0.0", string
Dpackage-lock.json6237 "redux": { object
/external/tensorflow/tensorflow/core/kernels/
Dbias_op.cc265 redux; in Compute() local
273 redux; in Compute() local
Dredux_functor.h235 const ReduceOuterDimensions<InputT, AccumT, OutputT, BinaryFunctor> redux; in operator() local
/external/libtextclassifier/native/tensorflow_models/seq_flow_lite/tflite_ops/
Dlayer_norm.cc153 for (int redux = 0; redux < axis_size; ++redux) { in GetOffset() local
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c1888 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