Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/
Dmodel_converter.cc81 converter.set_training(false); in ConvertFuncGraphToAIR()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dconvert.h133 void set_training(bool is_training) { training_ = is_training; } in set_training() function
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline_ge.cc187 converter.set_training(false); in AddDFGraph()