Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetConstructorDecl (0.18 sec)

  1. tensorflow/cc/framework/cc_op_gen.cc

      }
      strings::StrAppend(&class_decl, "  ",
                         GetConstructorDecl(op_info, "", /* include_attr */ false),
                         ";\n");
      if (op_info.has_optional_attrs) {
        strings::StrAppend(&class_decl, "  ",
                           GetConstructorDecl(op_info, "", /* include_attr */ true),
                           ";\n");
      }
      if (op_info.output_types.empty()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 17:22:47 UTC 2023
    - 17K bytes
    - Viewed (0)
Back to top