Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for string_ssa (0.57 sec)

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

          return tflite::TensorType_INT8;
        default:
          return tflite::TensorType_FLOAT32;
      }
    }
    
    int ToStringSet(PyObject* py_denylist,
                    absl::flat_hash_set<std::string>* string_set) {
      using tflite::python_utils::ConvertFromPyString;
      // Ensure op_denylist is non null
      if (!py_denylist) {
        return 0;
      }
      if (PyList_Check(py_denylist)) {
    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