Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for kFunctionalIfNodeName (0.15 sec)

  1. tensorflow/compiler/jit/compilability_check_util_test.cc

    AttrValue FuncListAttr(const absl::Span<const char* const> names) {
      AttrValue attr;
      for (const char* name : names) {
        attr.mutable_list()->add_func()->set_name(name);
      }
      return attr;
    }
    
    constexpr char kFunctionalIfNodeName[] = "If";
    constexpr char kFunctionalCaseNodeName[] = "Case";
    constexpr char kFunctionalWhileNodeName[] = "While";
    constexpr char kCompilableFunctionName[] = "CompilableFn";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 10 12:32:39 UTC 2022
    - 22.3K bytes
    - Viewed (0)
Back to top