Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FixupSourceAndSinkEdges (0.33 sec)

  1. tensorflow/compiler/jit/xla_compile_util.cc

                            .Attr("T", result_types[i])
                            .Attr("index", i)
                            .Finalize(graph.get(), &node);
        TF_RETURN_IF_ERROR(status);
      }
      FixupSourceAndSinkEdges(graph.get());
      return graph;
    }
    
    bool UsePjRtForSingleDeviceCompilation(const DeviceType& device_type) {
      const auto& rollout_config = GetXlaOpsCommonFlags()->tf_xla_use_device_api;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top