Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for outside_compilation_0_host_compute (0.21 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass_test.cc

      auto node_name_index = xla_fbody->graph->BuildNodeNameIndex();
    
      // Check XlaHostCompute nodes.
      Node *host_compute_0 = node_name_index["outside_compilation_0_host_compute"];
      EXPECT_NE(host_compute_0, nullptr);
      Node *host_compute_1 = node_name_index["outside_compilation_1_host_compute"];
      EXPECT_NE(host_compute_1, nullptr);
      // Check XlaHostCompute nodes' "tpu_core" attr.
      int tpu_core;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 41K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

                                        "outside_compilation_O1_host_compute",
                                        "outside_compilation_O2_host_compute"})},
             {"_xla_original_oc_node_name", "outside_compilation_O3_host_compute"}},
            {"outside_compilation_O1_host_compute",
             "outside_compilation_O2_host_compute"}}},
          {{"e_0_retval_retval", "outside_compilation_O1_host_compute:outputs:0"},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
Back to top