Searched refs:normal2 (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
D | independent_test.py | 168 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/ |
D | operand-bundles.ll | 99 …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:
|
D | compatibility-3.8.ll | 1464 …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:
|
D | compatibility.ll | 1538 …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/ |
D | operand-bundles.ll | 99 …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:
|
D | compatibility-3.8.ll | 1464 …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:
|
D | compatibility.ll | 1558 …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:
|
D | compatibility-5.0.ll | 1545 …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:
|
D | compatibility-3.9.ll | 1535 …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:
|
D | compatibility-6.0.ll | 1556 …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:
|
D | compatibility-4.0.ll | 1535 …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/ |
D | GrAAConvexTessellator.cpp | 526 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/ |
D | GrAAConvexTessellator.cpp | 526 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/ |
D | rrRasterizer.cpp | 1040 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()
|