Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for _xla_outside_compilation (0.32 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

              new_global_iter_id->getResult(0), new_global_iter_id);
          std::vector<std::string> attr_names = {
              TF::kReplicationInfoAttr.str(), "_xla_compile_device_type",
              kEmbeddingPipelining, "_xla_outside_compilation", "device"};
          for (const auto& attr_name : attr_names) {
            if (!global_iter_id_op->hasAttr(attr_name)) continue;
            offset->setAttr(attr_name, global_iter_id_op->getAttr(attr_name));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
Back to top