Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ToStringSet (0.08 sec)

  1. tensorflow/compiler/mlir/lite/python/converter_python_api.cc

      }
    
      absl::flat_hash_set<std::string> denylisted_ops;
      absl::flat_hash_set<std::string> denylisted_nodes;
      if (ToStringSet(op_denylist, &denylisted_ops) == -1) {
        PyErr_Format(PyExc_ValueError, "Failed to convert op denylist PyObject");
        return nullptr;
      }
      if (ToStringSet(node_denylist, &denylisted_nodes) == -1) {
        PyErr_Format(PyExc_ValueError, "Failed to convert node denylist PyObject");
        return nullptr;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 19.2K bytes
    - Viewed (0)
Back to top