Home
last modified time | relevance | path

Searched refs:normal2 (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dindependent_test.py168 normal2 = normal_lib.Normal(
172 distribution=normal2, reinterpreted_batch_ndims=1)
174 normal_kl = kullback_leibler.kl_divergence(normal1, normal2)
189 normal2 = normal_lib.Normal(
195 distribution=normal2, reinterpreted_batch_ndims=0)
197 normal_kl = kullback_leibler.kl_divergence(normal1, normal2)
/external/llvm/test/Bitcode/
Doperand-bundles.ll99 …i64 100, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exc…
104 br label %normal2
106 normal2:
Dcompatibility-3.8.ll1464 …i64 100, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exc…
1469 br label %normal2
1471 normal2:
Dcompatibility.ll1538 …i64 100, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exc…
1543 br label %normal2
1545 normal2:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Doperand-bundles.ll99 …i64 100, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exc…
104 br label %normal2
106 normal2:
Dcompatibility-3.8.ll1464 …i64 100, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exc…
1469 br label %normal2
1471 normal2:
Dcompatibility.ll1558 …i64 100, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exc…
1563 br label %normal2
1565 normal2:
Dcompatibility-5.0.ll1545 …i64 100, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exc…
1550 br label %normal2
1552 normal2:
Dcompatibility-3.9.ll1535 …i64 100, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exc…
1540 br label %normal2
1542 normal2:
Dcompatibility-6.0.ll1556 …i64 100, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exc…
1561 br label %normal2
1563 normal2:
Dcompatibility-4.0.ll1535 …i64 100, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exc…
1540 br label %normal2
1542 normal2:
/external/skia/src/gpu/ops/
DGrAAConvexTessellator.cpp526 SkPoint normal2 = previousRing.norm(cur); in createOuterRing() local
527 SkPoint perp2 = normal2; in createOuterRing()
549 SkScalar dotProd = normal1.dot(normal2); in createOuterRing()
576 SkScalar dotProd = normal1.dot(normal2); in createOuterRing()
/external/skqp/src/gpu/ops/
DGrAAConvexTessellator.cpp526 SkPoint normal2 = previousRing.norm(cur); in createOuterRing() local
527 SkPoint perp2 = normal2; in createOuterRing()
549 SkScalar dotProd = normal1.dot(normal2); in createOuterRing()
576 SkScalar dotProd = normal1.dot(normal2); in createOuterRing()
/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp1040 const tcu::Vec2 normal2 = tcu::normalize(tcu::Vec2(-lineVec[1], lineVec[0])); in init() local
1041 const tcu::Vec4 normal4 = tcu::Vec4(normal2.x(), normal2.y(), 0, 0); in init()