Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _xla_token_arg_node (0.18 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass_test.cc

                              "_xla_token_input_nodes", &token_input_nodes));
    
      std::vector<string> expected_token_input_nodes_0({"_xla_token_arg_node"});
      EXPECT_EQ(token_input_nodes, expected_token_input_nodes_0);
      token_input_nodes.clear();
      std::vector<string> expected_token_input_nodes_1(
          {"_xla_token_arg_node", "outside_compilation_0_host_compute"});
      TF_CHECK_OK(GetNodeAttr(AttrSlice(host_compute_1->attrs()),
    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/mlir/tensorflow/tests/mark_ops_for_outside_compilation.mlir

        // CHECK-SAME:_xla_original_oc_node_name = "hcb0", _xla_token_input_nodes = ["_xla_token_arg_node"] 
        "tf.XlaHostCompute"(%cst) <{ancestors = [], cost_estimate_ns = 1000000 : i64, key = "_host_callback", recv_key = "", send_key = "", shapes = [], tpu_core = 0 : i64}> {_xla_original_oc_node_name = "hcb0", _xla_token_input_nodes = ["_xla_token_arg_node"]} : (tensor<i32>) -> ()
        tf_device.return
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 16:22:32 UTC 2024
    - 29.5K bytes
    - Viewed (0)
Back to top