Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc2654 string allowed_attrs; in ParseAttributeHelper() local
2656 allowed_attrs = "No attributes are allowed here."; in ParseAttributeHelper()
2658 allowed_attrs = StrCat( in ParseAttributeHelper()
2666 allowed_attrs)); in ParseAttributeHelper()
2937 string allowed_attrs = "Allowed attributes: "; in ParseAttributeAsProtoMessageHelper() local
2941 absl::StrAppend(&allowed_attrs, descriptor->field(i)->name()); in ParseAttributeAsProtoMessageHelper()
2943 absl::StrAppend(&allowed_attrs, ", ", descriptor->field(i)->name()); in ParseAttributeAsProtoMessageHelper()
2947 allowed_attrs)); in ParseAttributeAsProtoMessageHelper()