Searched defs:PrimitiveImplInferValue (Results 1 – 1 of 1) sorted by relevance
4473 struct PrimitiveImplInferValue { struct4474 PrimitiveImpl impl_; // implement function of primitive4475 bool eval_value_; // whether evaluate value4476 TypePtr specify_out_type_; // whether specify return type4477 bool in_white_list_; // true if this Primitive in white list, else false.