Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for oc_else_branch_host_if_ (0.29 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      string then_branch_host_func_name =
                 absl::StrCat("oc_then_branch_host_if_", then_branch.name()),
             else_branch_host_func_name =
                 absl::StrCat("oc_else_branch_host_if_", else_branch.name());
      string then_branch_xla_func_name = absl::StrCat(then_branch.name(), "_oc"),
             else_branch_xla_func_name = absl::StrCat(else_branch.name(), "_oc");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
Back to top