HomeSort by relevance Sort by last modified time
    Searched full:set_value_prefix (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/tools/proto_text/
gen_proto_text_functions_lib.cc 459 string set_value_prefix; local
462 set_value_prefix = StrCat("map_", field_name, " = ");
466 set_value_prefix =
470 set_value_prefix = StrCat("msg->add_", field_name);
474 set_value_prefix = StrCat("msg->set_", field_name);
551 Print(set_value_prefix, "(", value_prefix, value_name, ");");
578 Print(set_value_prefix, "(value);");

Completed in 169 milliseconds