/external/tensorflow/tensorflow/contrib/bayesflow/python/ops/ |
D | custom_grad_impl.py | 34 def custom_gradient(fx, gx, x, axis=(), fx_gx_manually_stopped=False, argument 78 with ops.name_scope(name, "custom_gradient", [fx, gx, x]): 83 gx = ops.convert_to_tensor(gx, dtype=fx.dtype, name="gx") 84 gx = array_ops.identity(gx, name="gx") 102 gx = array_ops.stop_gradient(gx) 110 return (sum_x - array_ops.stop_gradient(sum_x)) * gx + fx
|
/external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/ |
D | custom_grad_test.py | 48 gx = gradients_impl.gradients(fx, x)[0] 49 [fx_, gx_] = sess.run([fx, gx]) 62 gx = gradients_impl.gradients(fx, x)[0] 63 [fx_, gx_] = sess.run([fx, gx]) 114 gx = gradients_impl.gradients(fx, variables.trainable_variables()) 115 [x_, fx_, gx_] = sess.run([x, fx, gx[0]]) 116 gy_ = gx[1] 148 gx = gradients_impl.gradients(fx, variables.trainable_variables()) 149 [x_, fx_, gx_, gy_] = sess.run([x, fx, gx[0], gx[1]])
|
/external/python/cpython3/Lib/venv/scripts/posix/ |
D | activate.fish | 7 set -gx PATH $_OLD_VIRTUAL_PATH 11 set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME 32 set -gx VIRTUAL_ENV "__VENV_DIR__" 34 set -gx _OLD_VIRTUAL_PATH $PATH 35 set -gx PATH "$VIRTUAL_ENV/__VENV_BIN_NAME__" $PATH 39 set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME 74 set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV"
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fastssim.c | 257 unsigned gx; \ 259 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \ 261 col_sums_gx2[(_col)] = gx * (double)gx; \ 263 col_sums_gxgy[(_col)] = gx * (double)gy; \ 268 unsigned gx; \ 270 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \ 272 col_sums_gx2[(_col)] += gx * (double)gx; \ 274 col_sums_gxgy[(_col)] += gx * (double)gy; \ 279 unsigned gx; \ 281 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \ [all …]
|
/external/skqp/tests/ |
D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 33 int gx = g & 0x03; in testSimplifyQuadralateralsMain() local 47 path.lineTo(SkIntToScalar(gx), SkIntToScalar(gy)); in testSimplifyQuadralateralsMain() 61 pathStr.appendf(" path.lineTo(%d, %d);\n", gx, gy); in testSimplifyQuadralateralsMain()
|
D | PathOpsSimplifyQuadThreadedTest.cpp | 33 int gx = g & 0x03; in testSimplifyQuadsMain() local 47 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy), in testSimplifyQuadsMain() 60 pathStr.appendf(" path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy); in testSimplifyQuadsMain()
|
/external/skia/tests/ |
D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 33 int gx = g & 0x03; in testSimplifyQuadralateralsMain() local 47 path.lineTo(SkIntToScalar(gx), SkIntToScalar(gy)); in testSimplifyQuadralateralsMain() 61 pathStr.appendf(" path.lineTo(%d, %d);\n", gx, gy); in testSimplifyQuadralateralsMain()
|
D | PathOpsSimplifyQuadThreadedTest.cpp | 33 int gx = g & 0x03; in testSimplifyQuadsMain() local 47 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy), in testSimplifyQuadsMain() 60 pathStr.appendf(" path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy); in testSimplifyQuadsMain()
|
/external/clang/test/Index/ |
D | index-refs.cpp | 3 extern int gx; 11 NS::MyInt NS::gx = EnumVal; member in NS
|
D | index-suppress-refs.m | 7 MyInt gx; 29 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: gx
|
/external/libxcam/cl_kernel/ |
D | kernel_rgb_pipe.cl | 37 __inline void cl_tnr (float4 *out, int gx, int gy, __read_only image2d_t inputFrame1, __read_only i… 46 in1 = read_imagef(inputFrame1, sampler, (int2)(gx, gy)); 47 in2 = read_imagef(inputFrame2, sampler, (int2)(gx, gy)); 48 in3 = read_imagef(inputFrame3, sampler, (int2)(gx, gy));
|
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
D | vt320.java | 207 gx = new char[4]; in vt320() 769 char gx[]; field in vt320 1821 switch (gx[thisgl]) { in putChar() 1847 debug("Unsupported GL mapping: " + gx[thisgl]); in putChar() 1852 switch (gx[gr]) { in putChar() 1865 debug("Unsupported GR mapping: " + gx[gr]); in putChar() 2089 Sgx[i] = gx[i]; in putChar() 2102 gx[i] = Sgx[i]; in putChar() 2186 gx[0] = c; in putChar() 2197 gx[1] = c; in putChar() [all …]
|
/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
D | EcdhTest.java | 435 final BigInteger gx; // x-coordinate of the generator field in EcdhTest.EcPublicKeyTestVector 448 BigInteger gx, in EcPublicKeyTestVector() argument 459 this.gx = gx; in EcPublicKeyTestVector() 474 ECPoint g = new ECPoint(gx, gy); in getSpec()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_d3basics.h | 623 void ML_(pp_GX) ( const GExpr* gx ); 662 GXResult ML_(evaluate_GX)( const GExpr* gx, const GExpr* fbGX, 684 GXResult ML_(evaluate_trivial_GX)( const GExpr* gx, const DebugInfo* di );
|
D | d3basics.c | 947 GXResult ML_(evaluate_GX)( const GExpr* gx, const GExpr* fbGX, in ML_() 955 const UChar* p = &gx->payload[0]; in ML_() 1019 GXResult ML_(evaluate_trivial_GX)( const GExpr* gx, const DebugInfo* di ) in ML_() 1029 const UChar* p = &gx->payload[0]; /* must remain unsigned */ in ML_() 1116 ML_(pp_GX)( gx ); in ML_() 1196 void ML_(pp_GX) ( const GExpr* gx ) in ML_() 1201 const UChar* p = &gx->payload[0]; in ML_()
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 3d7d2974e0b056b47e54e9c7f9801eca.00000503.honggfuzz.cov | 8 …�������nk"�K�������Eh:]V����nk"�K�������Eh:]V����nk"�K��������Q=��������6gx�^y��a��0���w2��l�…
|
D | 4fff405bcccc4571d9935066e4f292e6.000005c8.honggfuzz.cov | 15 …�y���wd��5;�Ցfq��n���៖�)�轖�`j]`Eh:]V����nk"�K��������Q=��������6gx�^y��a��0���w2��l�…
|
D | 581d2fb417ae73d76db6fc45166e1723.0000845d.honggfuzz.cov | 23 ��Q���ך%��Cm+�!Ū�ʱ��X����ߚl������J�[�gx崊%�Q�yh9n�7罷�X�������'���Ck`����3pe�&Z� �(�R�7_����L… 40 ��Q���ך%��Cm+�!Ū�ʱ��X����ߚl������J�[�gx崊%�Q�yh9n�7罷�X�������'���Ck`����3pe�&Z� �(�R�7_����L…
|
D | 31aa0aa094723dfc41a1d09a6589663d.0000329e.honggfuzz.cov | 9 …�_��\�l�F��5u���% ��g\w;G�bl���� �ڡ��mr������F?�Aՠ��"����Am����\Dgx]�'q:h��@��ؕ�u�r���…
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | noise.inl | 67 detail::tvec4<T, P> gx = static_cast<T>(2) * glm::fract(i / T(41)) - T(1); local 68 detail::tvec4<T, P> gy = glm::abs(gx) - T(0.5); 69 detail::tvec4<T, P> tx = glm::floor(gx + T(0.5)); 70 gx = gx - tx; 72 detail::tvec2<T, P> g00(gx.x, gy.x); 73 detail::tvec2<T, P> g10(gx.y, gy.y); 74 detail::tvec2<T, P> g01(gx.z, gy.z); 75 detail::tvec2<T, P> g11(gx.w, gy.w); 389 detail::tvec4<T, P> gx = static_cast<T>(2) * fract(i / T(41)) - T(1); local 390 detail::tvec4<T, P> gy = abs(gx) - T(0.5); [all …]
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 4fff405bcccc4571d9935066e4f292e6.000005c8.honggfuzz.cov | 15 …�y���wd��5;�Ցfq��n���៖�)�轖�`j]`Eh:]V����nk"�K��������Q=��������6gx�^y��a��0���w2��l�…
|
D | 31aa0aa094723dfc41a1d09a6589663d.0000329e.honggfuzz.cov | 9 …�_��\�l�F��5u���% ��g\w;G�bl���� �ڡ��mr������F?�Aՠ��"����Am����\Dgx]�'q:h��@��ؕ�u�r���…
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | ec_test.cc | 241 bssl::UniquePtr<BIGNUM> gx(BN_bin2bn(kX, sizeof(kX), nullptr)); in TEST() local 242 ASSERT_TRUE(gx); in TEST() 254 group.get(), generator.get(), gx.get(), gy.get(), ctx.get())); in TEST() 288 group2.get(), generator2.get(), gx.get(), gy.get(), ctx.get())); in TEST()
|
/external/llvm/test/CodeGen/Generic/ |
D | pr3288.ll | 60 define void @gx() {
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | pr3288.ll | 60 define void @gx() {
|