Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for py2 (0.03 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)
  3. configure.py

        environ_cp['PYTHON_LIB_PATH'] = python_lib_path
    
      python_major_version = get_python_major_version(python_bin_path)
      if python_major_version == '2':
        write_to_bazelrc('build --host_force_python=PY2')
    
      # Convert python path to Windows style before writing into bazel.rc
      if is_windows() or is_cygwin():
        python_lib_path = cygpath(python_lib_path)
    
      # Set-up env variables used by python_configure.bzl
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/tests/opens2s_gnmt_mixed_precision.pbtxt.gz

    "�4P� 0��gSi�R)�:�Nb ��z�-y�Wd��b�IHoޔ��,�M�����\m8�|H�$k���u���5��m��>`�����&�H1l} Em� p���'����j�+�&�������v�P�I��[���Qw��.&g�5Ս≦�/?�oKw�ˋ�����?+Շ^{��+$NF㥍�_�7��7����K����? ��(�ţN ���m���/7y��b��7��sx�x�@y[�h��l4�/n�2�b�v�-�U�[v�?�$��PY2�UZ�>"�,��׽ux�Z������y�$�AX� 5��W���h-9���jwM|�7��jǡ[��Y+.���5w[w���^5�=�L�X%+ѩ�HoM�1Ŝ.�J$RbSW��tFq�[rB�jO :�'z�\j� ��X���kp�I��%;Ѫ�h;������|�'�;.2iC|eVf���rxS��⩥�]y�W�4�L�t�q�[r�#�k��F����]���������I^ ��|��O��׫�3��������~;���...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 18:14:27 UTC 2019
    - 195.5K bytes
    - Viewed (0)
Back to top