Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Ddshape.cc68 bool has_dyn_shape = IsDynamic(); in ToString() local
69 if (has_dyn_shape) { in ToString()
73 if (has_dyn_shape) { in ToString()
Dprim_arrays.cc706 …bool has_dyn_shape = std::any_of(shape.begin(), shape.end(), [](int64_t dim) { return dim == Shape… in InferImplDynamicShape() local
708 if (has_dyn_shape) { in InferImplDynamicShape()