Searched refs:CreateUnknownShapeWithRank (Results 1 – 3 of 3) sorted by relevance
92 static TensorShape CreateUnknownShapeWithRank(dsize_t rank);
186 TensorShape TensorShape::CreateUnknownShapeWithRank(dsize_t rank) { in CreateUnknownShapeWithRank() function in mindspore::dataset::TensorShape
106 TensorShape t4 = TensorShape::CreateUnknownShapeWithRank(3); in TEST_F()