Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      AttrValue device_ordinal_value;
      device_ordinal_value.set_placeholder("_device_ordinal");
      send_from_host_builder.Attr("device_ordinal", device_ordinal_value);
      send_from_host_builder.Attr(
          "key", absl::StrCat("host_compute_channel_", oc_cluster_name));
      send_from_host_builder.Attr(kXlaHasHostTransferAttrName, true);
      std::vector<NodeDefBuilder::NodeOut> inputs(send_from_host_dtypes.size());
      for (auto* n : ret_nodes) {
        int index;
    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