Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dprim.cc4473 struct PrimitiveImplInferValue { struct
4474 PrimitiveImpl impl_; // implement function of primitive
4475 bool eval_value_; // whether evaluate value
4476 TypePtr specify_out_type_; // whether specify return type
4477 bool in_white_list_; // true if this Primitive in white list, else false.