Home
last modified time | relevance | path

Searched defs:enable_static_shape (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/
Dactor_common.h338 …static void set_enable_static_shape(bool enable_static_shape) { enable_static_shape_ = enable_stat… in set_enable_static_shape()
339 static bool enable_static_shape() { return enable_static_shape_; } in enable_static_shape() function