Searched refs:disable_convert (Results 1 – 1 of 1) sorted by relevance
368 bool disable_convert = real_input_node->isa<Parameter>() || real_input_node->isa<ValueNode>(); in SetWeightFormat() local369 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()