Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_maximum.cc45 auto maximum_shape = shape_ptr->cast<abstract::ShapePtr>(); in TEST_F() local
46 MS_EXCEPTION_IF_NULL(maximum_shape); in TEST_F()
47 auto shape_vec = maximum_shape->shape(); in TEST_F()