Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for oc_if_if (0.13 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

        const string& then_branch_host_func_name,
        const string& else_branch_host_func_name) {
      Graph host_graph(fld);
      string outside_compilation_name = absl::StrCat("oc_if_", if_node_name);
      AttrValue device_ordinal_value;
      device_ordinal_value.set_placeholder("_device_ordinal");
    
      // Step 1: add key placeholder node.
      TF_ASSIGN_OR_RETURN(
          Node * key_placeholder,
    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