Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _oc (0.01 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass_test.cc

        std::unique_ptr<Graph> g(new Graph(OpRegistry::Global()));
        TF_CHECK_OK(s.ToGraph(g.get()));
        auto node_name_image = g->BuildNodeNameIndex();
        node_name_image["identity0"]->AddAttr("_oc", "0");
        node_name_image["identity1"]->AddAttr("_oc", "1");
        PartialTensorShape shape({2});
        node_name_image["identity1"]->AddAttr(
            kXlaInferredShapesAttrName, std::vector<PartialTensorShape>{shape});
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 41K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

             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");
      TF_RETURN_IF_ERROR(ExtractOutsideCompilationForFunction(
          xla_cluster_attr_name, outside_compilation_attr_name, xla_cluster_name,
    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