Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for postprocessor (0.14 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

          host_graph->get(),
          std::unordered_set<const Node*>{(*host_graph)->sink_node()});
    
      // Postprocess edges between different outside compilations.
      TF_RETURN_IF_ERROR(PostprocessEdgesBetweenOutsideCompilations(
          host_graph->get(), outside_compilation_attr_name));
    
      // Postprocess lifted arg nodes.
      TF_RETURN_IF_ERROR(PostprocessLiftedArgs(host_graph->get(), fld));
    
      if (VLOG_IS_ON(4)) {
    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