Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprim.cc1426 struct PrimitiveImplInferValue { struct
1427 PrimitiveImpl impl_; // implement function of primitive
1428 bool eval_value_; // whether evaluate value
1429 TypePtr specify_out_type_; // whether specify return type
1430 bool in_white_list_; // true if this Primitive in white list, else false.