Home
last modified time | relevance | path

Searched defs:nonnegative (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcount_ops.cc122 Eigen::TensorFixedSize<bool, Eigen::Sizes<>, Eigen::RowMajor> nonnegative; in Compute() local
248 Eigen::TensorFixedSize<bool, Eigen::Sizes<>, Eigen::RowMajor> nonnegative; in Compute() local
359 Eigen::TensorFixedSize<bool, Eigen::Sizes<>, Eigen::RowMajor> nonnegative; in Compute() local
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/
Darithmetic.rs25 mod nonnegative; module
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/math/
H A DIntMathBenchmark.java39 private static final int[] nonnegative = new int[ARRAY_SIZE]; field in IntMathBenchmark
H A DLongMathBenchmark.java39 private static final long[] nonnegative = new long[ARRAY_SIZE]; field in LongMathBenchmark
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/math/
H A DIntMathBenchmark.java39 private static final int[] nonnegative = new int[ARRAY_SIZE]; field in IntMathBenchmark
H A DLongMathBenchmark.java39 private static final long[] nonnegative = new long[ARRAY_SIZE]; field in LongMathBenchmark
/aosp_15_r20/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp262 const char *delim, int skip, bool nonnegative = false) { in ReadFileToLongs()
317 int expected_num, bool nonnegative = false) { in ReadFileToLongsCheck()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Dmath.rs6 let nonnegative = v >= 0.0; in acos_approx_f32() localVariable
/aosp_15_r20/external/pytorch/torch/distributions/
H A Dconstraints.py664 nonnegative = _GreaterThanEq(0.0) variable