Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_ascend.cc368 bool disable_convert = real_input_node->isa<Parameter>() || real_input_node->isa<ValueNode>(); in SetWeightFormat() local
369 if (disable_convert && context_ptr->get_param<bool>(MS_CTX_ENABLE_LOOP_SINK)) { in SetWeightFormat()
370 disable_convert = in SetWeightFormat()
374 if (output_format[0] != kOpFormat_DEFAULT && disable_convert) { in SetWeightFormat()