Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OutsideCompilationAttrToNode (0.25 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      return absl::OkStatus();
    }
    
    // Creates a mapping from outside compilation cluster name to lifted argument
    // placeholder.
    absl::StatusOr<std::unordered_map<string, Node*>> OutsideCompilationAttrToNode(
        const Graph& g) {
      std::unordered_map<string, Node*> outside_compilation_attr_to_node;
      for (Node* n : g.op_nodes()) {
        bool is_lifted_arg;
        string outside_compilation_attr;
    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