Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ExtractOutsideCompilationForFunction (0.27 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.h

    //   function names. These functions need to be rewritten later.
    // has_outside_compilation: a bool indicating whether this function has any
    //   outside compilation nodes.
    Status ExtractOutsideCompilationForFunction(
        const string& xla_cluster_attr_name,
        const string& outside_compilation_attr_name, const string& xla_cluster_name,
        const NameAttrList& func_name_attrs, const string& new_func_name,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      TF_RETURN_IF_ERROR(ExtractOutsideCompilationForFunction(
          xla_cluster_attr_name, outside_compilation_attr_name, xla_cluster_name,
          then_branch, then_branch_xla_func_name, then_branch_host_func_name,
          host_compute_core, flr, fld, shape_inference_graphs,
          &then_branch_has_outside_compilation));
      TF_RETURN_IF_ERROR(ExtractOutsideCompilationForFunction(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/extract_outside_compilation_pass_test.cc

            TF_GRAPH_DEF_VERSION, fld, opts,
            /*default_thread_pool=*/nullptr);
        auto flr = pflr_->GetFLR("/job:localhost/replica:0/task:0/cpu:0");
        return ExtractOutsideCompilationForFunction(
            xla_cluster_attr_name, outside_compilation_attr_name, xla_cluster_name,
            func_name_attrs, new_func_name, host_graph_func_name, host_compute_core,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 41K bytes
    - Viewed (0)
Back to top