Home
last modified time | relevance | path

Searched refs:allow2 (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/syslog/
Dsyslog0978 allow2=`grep -c "syslogtst: error level is logged" /var/log/messages`
81 diff1=$(( $allow2 - $allow1 ))
Dsyslog1080 allow2=`grep -c "syslogtst:10 error level is logged" /var/log/messages`
83 diff1=$(( $allow2 - $allow1 ))
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision_test.cc174 Output allow2 = ops::MatMul(s.WithOpName("allow2"), infer1, eye); in TestSimpleUnaryInferOp() local
175 Output fetch1 = ops::Identity(s.WithOpName("fetch1"), allow2); in TestSimpleUnaryInferOp()
380 Output allow2 = ops::MatMul(s.WithOpName("allow2"), clr2, clr2); in TEST_F() local
381 Output clr3 = ops::Relu(s.WithOpName("clr3"), allow2); in TEST_F()
423 Output allow2 = in TEST_F() local
427 Output clr2 = ops::Relu(s.WithOpName("clr2"), allow2); in TEST_F()
466 Output allow2 = ops::MatMul(s.WithOpName("allow2"), input, clr2); in TEST_F() local
468 Output fetch2 = ops::Identity(s.WithOpName("fetch2"), allow2); in TEST_F()
525 Output allow2 = in TEST_F() local
528 Output fetch = ops::Identity(s.WithOpName("fetch"), allow2); in TEST_F()
[all …]