Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DPathOpsCubicLineIntersectionTest.cpp42 SkReduceOrder reduce1; in testFail() local
144 SkReduceOrder reduce1; in testOne() local
H A DPathOpsConicQuadIntersectionTest.cpp48 SkReduceOrder reduce1; in conicQuadIntersection() local
H A DPathOpsCubicConicIntersectionTest.cpp59 SkReduceOrder reduce1; in cubicConicIntersection() local
H A DPathOpsCubicQuadIntersectionTest.cpp68 SkReduceOrder reduce1; in cubicQuadIntersection() local
H A DPathOpsQuadIntersectionTest.cpp34 SkReduceOrder reduce1, reduce2; in standardTestCases() local
H A DPathOpsCubicIntersectionTest.cpp38 SkReduceOrder reduce1, reduce2; in standardTestCases() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dfake_quantize_ops.cc217 xla::XlaOp reduce1 = xla::ReduceAll( in Compile() local
347 xla::XlaOp reduce1 = in Compile() local
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_generated_ops.cc3440 auto reduce1 = "add"; in TEST() local
3479 auto reduce1 = "add"; in TEST() local
3555 auto reduce1 = "mean"; in TEST() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/
H A Dreference_math.cpp53 static double reduce1(double x) in reduce1() function