Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dtensor_shape.h92 static TensorShape CreateUnknownShapeWithRank(dsize_t rank);
Dtensor_shape.cc186 TensorShape TensorShape::CreateUnknownShapeWithRank(dsize_t rank) { in CreateUnknownShapeWithRank() function in mindspore::dataset::TensorShape
/third_party/mindspore/tests/ut/cpp/dataset/
Dtensorshape_test.cc106 TensorShape t4 = TensorShape::CreateUnknownShapeWithRank(3); in TEST_F()