Searched defs:add_weight (Results 1 – 4 of 4) sorted by relevance
26 def __init__(self, matmul_weight, add_weight, strategy1=None, strategy2=None): argument
53 void add_weight(uint16_t weight) { in add_weight() function
138 auto add_weight = add_cnode->input(kInputIndexTwo); in CheckCanFusion() local
725 ParameterPtr FuncGraph::add_weight(const tensor::MetaTensorPtr &meta_tensor) { in add_weight() function in mindspore::FuncGraph