Home
last modified time | relevance | path

Searched refs:expect_array (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/tests/st/ops/ascend/test_tensor_print/
Dtest_tensor_print.py21 expect_array = {'Bool': '\n[[ True False]\n [False True]]', 'UInt': '\n[[1 2 3]\n [4 5 6]]', variable
41 return expect_array['Bool']
43 return expect_array['UInt']
45 return expect_array['Int']
47 return expect_array['Float16']
49 return expect_array['Float32_64']
/third_party/libwebsockets/include/libwebsockets/abstract/transports/
Dunit-test.h69 lws_unit_test_packet_t * expect_array; member
/third_party/libwebsockets/lib/abstract/
Dtest-sequencer.c114 s->args.tests[s->state].expect_array; in test_sequencer_cb()
/third_party/libwebsockets/lib/abstract/transports/
Dunit-test.c380 priv->expect = priv->current_test->expect_array; in lws_atcut_client_conn()