Home
last modified time | relevance | path

Searched defs:add_weight (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/tests/ut/python/parallel/
Dtest_adafactor.py26 def __init__(self, matmul_weight, add_weight, strategy1=None, strategy2=None): argument
/third_party/flatbuffers/android/app/src/main/cpp/generated/
Danimal_generated.h53 void add_weight(uint16_t weight) { in add_weight() function
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dconv_biasadd_fusion.cc138 auto add_weight = add_cnode->input(kInputIndexTwo); in CheckCanFusion() local
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.cc725 ParameterPtr FuncGraph::add_weight(const tensor::MetaTensorPtr &meta_tensor) { in add_weight() function in mindspore::FuncGraph