Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for then_branch_host_graph (0.48 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

        std::unique_ptr<Graph> then_branch_host_graph(new Graph(fld));
        std::vector<string> then_branch_host_graphs;
        TF_RETURN_IF_ERROR(ConstructHostGraph(
            xla_cluster_name, outside_compilation_attr_name,
            then_branch_host_graphs, fld, &then_branch_host_graph));
        FunctionDef then_branch_host_fdef;
        TF_RETURN_IF_ERROR(GraphToFunctionDef(*then_branch_host_graph,
    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