Home
last modified time | relevance | path

Searched refs:IsWeightBoundary (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dcommon_utils.h102 bool IsWeightBoundary(const AnfNodePtr &node);
Dcommon_utils.cc795 bool IsWeightBoundary(const AnfNodePtr &node) { in IsWeightBoundary() function
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.cc433 if (kernel::IsWeightBoundary(real_input_node)) { in InsertCastForInput()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_graph_kernel.cc67 if (!kernel::IsWeightBoundary(kernel_with_index.first)) { in ResetKernelBuildInfo()