Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for py2 (4.79 sec)

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

                      const tensorflow::quantization::PyFunctionLibrary*
                          quantization_py_function_library) {
      // Use Python C API to validate and convert arguments. In py3 (bytes),
      // in py2 (str).
      auto ConvertArg = [&](PyObject* obj, bool* error) {
        char* buf;
        Py_ssize_t len;
        if (::tflite::python_utils::ConvertFromPyString(obj, &buf, &len) == -1) {
          *error = true;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  2. README.md

    **macOS**                     | [![Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/macos-py2-cc.svg)](https://storage.googleapis.com/tensorflow-kokoro-build-badges/macos-py2-cc.html)     | [PyPI](https://pypi.org/project/tf-nightly/)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 05 15:00:10 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top