Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dprimitive_infer_map.h33 using InferValueImpl = ValuePtr (*)(const PrimitivePtr &, const AbstractBasePtrList &); variable
37 InferValueImpl infer_value_impl_; // infer value for ops
59 … const InferValueImpl &infer_value_impl, const bool is_wight_list = true) {