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