Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_dumbdbm.py164 def test_eval(self): member in DumbDBMTestCase
Dtest_symtable.py170 def test_eval(self): member in SymtableTest
Dtest_builtin.py355 def test_eval(self): member in BuiltinTest
/external/python/cpython3/Lib/test/
Dtest_symtable.py182 def test_eval(self): member in SymtableTest
Dtest_dbm_dumb.py236 def test_eval(self): member in DumbDBMTestCase
Dtest_builtin.py453 def test_eval(self): member in BuiltinTest
/external/mksh/src/
Dfuncs.c2617 te.eval = test_eval; in c_test()
2654 rv = test_eval(&te, op, *te.pos.wp++, NULL, true); in c_test()
2669 rv = test_eval(&te, op, lhs, *te.pos.wp++, true); in c_test()
2674 argc = test_eval(&te, TO_STNZE, lhs, NULL, true); in c_test()
2675 rv = test_eval(&te, TO_STNZE, *te.pos.wp++, NULL, true); in c_test()
2760 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() function
Dmain.c418 set_current_wd((mksh_abspath(cp) && test_eval(NULL, TO_FILEQ, cp, in main_init()
Dexec.c309 te.eval = test_eval; in execute()
Dsh.h2729 int test_eval(Test_env *, Test_op, const char *, const char *, bool);
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dwals_test.py319 def test_eval(self): member in WALSMatrixFactorizationTest
/external/tensorflow/tensorflow/contrib/estimator/python/estimator/
Dhead_test.py433 def test_eval(self): member in MultiLabelHead
Dreplicate_model_fn_test.py304 def test_eval(self): member in ReplicateModelTest
/external/tensorflow/tensorflow/python/estimator/canned/
Dhead_test.py507 def test_eval(self): member in MultiClassHeadWithSoftmaxCrossEntropyLoss
1538 def test_eval(self): member in BinaryLogisticHeadWithSigmoidCrossEntropyLossTest
2796 def test_eval(self): member in RegressionHeadWithMeanSquaredErrorLossTest