Searched refs:allow1 (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/syscalls/syslog/ |
D | syslog09 | 60 allow1=`grep -c "syslogtst: error level is logged" /var/log/messages` 63 allow1=0 81 diff1=$(( $allow2 - $allow1 ))
|
D | syslog10 | 61 allow1=`grep -c "syslogtst:10 error level is logged" /var/log/messages` 64 allow1=0 83 diff1=$(( $allow2 - $allow1 ))
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision_test.cc | 172 Output allow1 = ops::MatMul(s.WithOpName("allow1"), input, eye); in TestSimpleUnaryInferOp() local 173 Output infer1 = test_op_factory(s.WithOpName("infer1"), allow1); in TestSimpleUnaryInferOp() 250 Output allow1 = ops::MatMul(s.WithOpName("allow1"), cst1, cst1); in TEST_F() local 251 Output clr1 = ops::Relu(s.WithOpName("clr1"), allow1); in TEST_F() 291 Output allow1 = ops::MatMul(s.WithOpName("allow1"), clr2, clr2); in TEST_F() local 292 Output clr3 = ops::Relu(s.WithOpName("clr3"), allow1); in TEST_F() 338 Output allow1 = ops::MatMul(s.WithOpName("allow1"), clr1, clr1); in TEST_F() local 341 Output fetch1 = ops::Identity(s.WithOpName("fetch1"), allow1); in TEST_F() 375 Output allow1 = ops::MatMul(s.WithOpName("allow1"), input, input); in TEST_F() local 376 Output clr1 = ops::Relu(s.WithOpName("clr1"), allow1); in TEST_F() [all …]
|