Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/syslog/
Dsyslog0960 allow1=`grep -c "syslogtst: error level is logged" /var/log/messages`
63 allow1=0
81 diff1=$(( $allow2 - $allow1 ))
Dsyslog1061 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/
Dauto_mixed_precision_test.cc172 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 …]