Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dge_device_context.cc81 bool GeDeviceContext::PartitionGraph(const FuncGraphPtr &func_graph) const { in PartitionGraph() function in mindspore::device::ascend::GeDeviceContext
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/hardware/
Ddevice_context.h87 virtual bool PartitionGraph(const FuncGraphPtr &func_graph) const { return false; } in PartitionGraph() function