Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConsumeEquals (0.12 sec)

  1. tensorflow/cc/framework/cc_op_gen_util.cc

        arg_names.push_back(AvoidCPPKeywords(api_def_arg.rename_to()));
    
        // TODO(keveman): Include input type information.
        StringPiece description = api_def_arg.description();
        if (!description.empty()) {
          ConsumeEquals(&description);
          strings::StrAppend(&comment, "* ",
                             AvoidCPPKeywords(api_def_arg.rename_to()), ": ",
                             api_def_arg.description(), "\n");
        }
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 00:57:05 UTC 2024
    - 25K bytes
    - Viewed (0)
Back to top