Home | History | Annotate | Download | only in framework

Lines Matching defs:Print

444 // Various helpers Print(proto) to print relevant protos to ascii.
445 string Print(const OpDef::ArgDef& arg) {
462 string Print(const AttrValue& attr_value) {
480 entries.push_back(strings::StrCat(p.first, "=", Print(p.second)));
490 string Print(const NodeDef& n) {
496 entries.push_back(strings::StrCat(a.first, "=", Print(a.second)));
518 string Print(const FunctionDef& fdef) {
528 strings::StrAppend(&out, a.name(), ":", Print(a.allowed_values()));
538 strings::StrAppend(&out, Print(sig.input_arg(i)));
543 strings::StrAppend(&out, Print(sig.output_arg(i)));
547 strings::StrAppend(&out, " ", Print(n), "\n");
556 string Print(gtl::ArraySlice<const NodeDef*> nodes) {
603 strings::StrAppend(&out, " ", Print(*body[i]), "\n");
630 VLOG(3) << "Instantiation Function: " << Print(fdef);
640 errors::AppendToMessage(&s, "In ", Print(arg_def));
693 errors::AppendToMessage(&s, "In function output ", Print(ret_def));
704 string DebugString(const FunctionDef& func_def) { return Print(func_def); }
711 return Print(ptrs);
719 return Print(ptrs);
725 strings::StrAppend(&ret, Print(fdef));
729 strings::StrAppend(&ret, Print(ndef), "\n");
803 entries.push_back(strings::StrCat(p.first, "=", Print(p.second)));