Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_conv2d.cc66 auto conv_shape = shape_ptr->cast<abstract::ShapePtr>(); in TEST_F() local
67 MS_EXCEPTION_IF_NULL(conv_shape); in TEST_F()
68 auto shape_vec = conv_shape->shape(); in TEST_F()