Searched refs:do_eval (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/examples/tutorials/mnist/ |
D | fully_connected_feed.py | 87 def do_eval(sess, function 197 do_eval(sess, 204 do_eval(sess, 211 do_eval(sess,
|
/external/tensorflow/tensorflow/contrib/factorization/examples/ |
D | mnist.py | 87 def do_eval(sess, function 256 do_eval(sess, 263 do_eval(sess, 270 test_prec = do_eval(sess,
|
/external/mksh/src/ |
D | funcs.c | 2761 bool do_eval) in test_eval() argument 2769 if (!do_eval) in test_eval() 3059 test_oexpr(Test_env *te, bool do_eval) in test_oexpr() argument 3063 if ((rv = test_aexpr(te, do_eval))) in test_oexpr() 3064 do_eval = false; in test_oexpr() 3066 return (test_oexpr(te, do_eval) || rv); in test_oexpr() 3071 test_aexpr(Test_env *te, bool do_eval) in test_aexpr() argument 3075 if (!(rv = test_nexpr(te, do_eval))) in test_aexpr() 3076 do_eval = false; in test_aexpr() 3078 return (test_aexpr(te, do_eval) && rv); in test_aexpr() [all …]
|
D | syn.c | 1032 bool do_eval MKSH_A_UNUSED) in dbtestp_getopnd() 1048 bool do_eval MKSH_A_UNUSED) in dbtestp_eval()
|
D | exec.c | 1851 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval) in dbteste_getopnd() argument 1861 if (!do_eval) in dbteste_getopnd()
|
/external/webp/src/enc/ |
D | histogram_enc.c | 998 int do_eval = 0; in HistogramCombineStochastic() local 1009 do_eval = 1; in HistogramCombineStochastic() 1012 do_eval = 1; in HistogramCombineStochastic() 1020 if (do_eval) { in HistogramCombineStochastic()
|