Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lifted_arg_nodes_and_outside_compilation_nodes (0.23 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

        const std::vector<std::pair<Node*, Node*>>&
            lifted_arg_nodes_and_outside_compilation_nodes,
        const string& type_attr_name, Node* n) {
      std::vector<DataType> data_types;
      data_types.reserve(lifted_arg_nodes_and_outside_compilation_nodes.size());
      TF_RETURN_IF_ERROR(GetNodeAttr(n->def(), type_attr_name, &data_types));
      for (auto pair : lifted_arg_nodes_and_outside_compilation_nodes) {
        Node* outside_compilation_node = pair.second;
    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