Home | History | Annotate | Download | only in parser

Lines Matching defs:custom_call_target

987       optional<string> custom_call_target;
988 attrs["custom_call_target"] = {/*required=*/true, AttrTy::kString,
989 &custom_call_target};
994 shape, operands, *custom_call_target));