Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tensorflow] Add C port #14392

Merged
merged 136 commits into from
Nov 25, 2020
Merged

[tensorflow] Add C port #14392

merged 136 commits into from
Nov 25, 2020

Commits on Jul 23, 2020

  1. fix build issues occurring from default bazel config being used becau…

    …se customized bazel config is stored in wrong directory
    Gehweiler authored and Gehweiler committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    0ab169d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    543e19d View commit details
    Browse the repository at this point in the history
  2. fix also applies to windows static build

    jgehw authored and jgehw committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    820c455 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. fix debug and static builds as well as library naming for non-linux

    - add patch to fix debug builds
    - add patch to fix exports for static linking
    - really build debug (instead of cloning release)
    - override bazel build options for debug (work around bazel bug)
    - bazel doesn't support static libraries: work around by building dynamic library and constructing static linkage commands from build log
    - Windows .pdb file can't be >4GB even on x64: work around using reduced debug information
    - Windows doesn't support .lib files >4GB even on x64, so split into multiple libs
    - vcpkg requires equal amount of libs for debug and release: work around using handcrafted empty dummy libs
    - fix naming of libs (.dll on Windows and .dylib on macOS)
    jgehw authored and jgehw committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    9643548 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. upgrade tensorflow from v1.14 to v2.3

    - adapt patch files to tensorflow code changes
    - update bazel from v0.25.2 to v3.1
    - on Windows use python installed on the host instead of embedded python obtained via vcpkg because embedded python lacks pip, which we need to obtain numpy
    - on Windows add MSYS2 to the PATH so that bazel tools can access MSYS2 GIT
    - add support for custom CA certificates when using HTTPS_PROXY
    jgehw authored and jgehw committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    4860a01 View commit details
    Browse the repository at this point in the history
  2. fix execute process macro

    The existing implementation totally screwed up commands if the command's arguments contained semicolons (this is the case, e.g., in the FindPython modules of the cmake distribution).
    jgehw authored and jgehw committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    dd6d89f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. extend overriden execute_process to more than one COMMAND as there ac…

    …tually are use cases for this
    jgehw authored and jgehw committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    0d611be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from microsoft/master

    incorporate changes from microsoft:master
    jgehw authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    d3121ce View commit details
    Browse the repository at this point in the history
  3. merge branch 'fix-execute-process-macro2' into 'fix-static-builds-and…

    …-more' as required for find_package(Python3)
    jgehw authored and jgehw committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    ee969d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. added another patch required for tensorflow v2.3, fixed path and work…

    …ing directory
    jgehw authored and jgehw committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    ad5ca5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c743e49 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from jgehw/revert-1-master

    Revert "incorporate changes from microsoft:master"
    jgehw authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    2571bd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98ecc0c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/microsoft/vcpkg

    jgehw authored and jgehw committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    ab8fdf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Merge branch 'master' of https://github.com/microsoft/vcpkg

    jgehw authored and jgehw committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    36143ac View commit details
    Browse the repository at this point in the history
  2. final fixes for static build + improving out messages

    jgehw authored and jgehw committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    ea07bb9 View commit details
    Browse the repository at this point in the history
  3. enabling linux and osx in CI to see if it works now

    jgehw authored and jgehw committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    a12d22f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c34a08 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. simplified code, fixed version numbers, fixed generated include cmake…

    … file
    jgehw authored and jgehw committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    6e31cd6 View commit details
    Browse the repository at this point in the history
  2. fix failing postbuild check on handcrafted empty dummy library by spr…

    …eading the last real libraries contents over the required number of libraries
    jgehw authored and jgehw committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    afc7f1e View commit details
    Browse the repository at this point in the history
  3. remove dead code commit by mistake again

    jgehw authored and jgehw committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    898bbbe View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix-static-builds-and-more' of https://github.com/jgehw…

    …/vcpkg into fix-static-builds-and-more
    jgehw authored and jgehw committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    2ca1f94 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/microsoft/vcpkg

    jgehw authored and jgehw committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    1866a82 View commit details
    Browse the repository at this point in the history
  6. improvements from code review

    jgehw authored and jgehw committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    350b151 View commit details
    Browse the repository at this point in the history
  7. cleaner fix for debug code

    jgehw authored and jgehw committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    630e890 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. find pip3 in PATH (PYTHON3_DIR apparently not valid for pip3)

    jgehw authored and jgehw committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    2c66c4b View commit details
    Browse the repository at this point in the history
  2. fix error in python helper script

    jgehw authored and jgehw committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    40954e4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/microsoft/vcpkg

    jgehw authored and jgehw committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    9451d33 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. fix wrong libname in postbuild script

    jgehw authored and jgehw committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    d198bf1 View commit details
    Browse the repository at this point in the history
  2. fix python detection + switch to python on msys2 (instead of embedded…

    … python) for Windows as we need numpy
    jgehw authored and jgehw committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    f6acaeb View commit details
    Browse the repository at this point in the history
  3. fix order of arguments

    jgehw committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    efd0c93 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    5c1f7ae View commit details
    Browse the repository at this point in the history
  2. revert last commit (root cause for CI failures is something different…

    …: there are line breaks in path)
    jgehw committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    3b95e18 View commit details
    Browse the repository at this point in the history
  3. fix regex comparision

    (value needs to be escaped as it may contains regex special characters such as brackets, eg C:/Program Files (x86)/...)
    jgehw committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    bfffec6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9d08e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2de4912 View commit details
    Browse the repository at this point in the history
  6. fix CRT linkage

    (macOS doesn't support static CRT linkage; it's set to dynamic even static target triplets for macOS and linux)
    jgehw committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    cdfdc65 View commit details
    Browse the repository at this point in the history
  7. refactor implemenation to avoid as much code duplication as possible …

    …-- algorithmically identical
    jgehw committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    c8c12b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    71cf605 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix-static-builds-and-more' of https://github.com/jgehw…

    …/vcpkg into fix-static-builds-and-more
    jgehw committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    9f67738 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d09b86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cb4e5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5376c01 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. fix linux build by patching

    jgehw committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    692c742 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbbde32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37c3528 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1246969 View commit details
    Browse the repository at this point in the history
  5. correct linux build patch

    jgehw committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    c918214 View commit details
    Browse the repository at this point in the history
  6. improve debug build patches

    (no functional difference because LOG(FATAL, ...) macro internally anyway calls abort(), which the compiler doesn't detect in debug mode...
    jgehw committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    e78a3df View commit details
    Browse the repository at this point in the history
  7. improve linux patch

    jgehw committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    9103128 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Configuration menu
    Copy the full SHA
    fc4404a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc3823d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Configuration menu
    Copy the full SHA
    74cc334 View commit details
    Browse the repository at this point in the history
  2. fix regex escaping

    jgehw committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    ee1082f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    381066a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Configuration menu
    Copy the full SHA
    006a21a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7ee6c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    b667b99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37f79c6 View commit details
    Browse the repository at this point in the history
  3. fix what merge of master broke

    jgehw committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    d77a47c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74c4fc8 View commit details
    Browse the repository at this point in the history
  5. fix more what got broken by merging master

    (all packages and their dependencies are now maintained manually instead of using pacman...)
    jgehw committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    f81922c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    f0d1c89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d8e2f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2051e9e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    1241b67 View commit details
    Browse the repository at this point in the history
  2. fix linux postbuild script

    jgehw committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    1da9b92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3df3b9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    900512c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb609b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Configuration menu
    Copy the full SHA
    ec68741 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84af4a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f599a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    067323c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    b8e9523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcda036 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. fix python library path

    jgehw committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    e4f15a8 View commit details
    Browse the repository at this point in the history
  2. fix macOS static link command

    jgehw committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    da3cb5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7273f86 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    fdc5cf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05be090 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faf3447 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3787012 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0877229 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eaf1d7c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. fix optional c/cxx arguments

    jgehw committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    0a986ac View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. also add linker opts

    jgehw committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    bb63d8c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    79076a2 View commit details
    Browse the repository at this point in the history
  2. update README

    jgehw committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    ca81fb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. merge static libs into one

    to support force_load (cannot force_load both due to duplicate symbols)
    Joachim Gehweiler authored and Joachim Gehweiler committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    8e16503 View commit details
    Browse the repository at this point in the history
  2. update README

    Joachim Gehweiler authored and Joachim Gehweiler committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    8677bdb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/microsoft/vcpkg

    Joachim Gehweiler authored and Joachim Gehweiler committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    39312c7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into fix-static-builds-and-more

    Joachim Gehweiler authored and Joachim Gehweiler committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    79a26c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    6384898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    533895b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    2ad839b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    f4e64da View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. quote python path (it might contain spaces that don't get escaped ins…

    …ide outer quotes of bash command)
    jgehw committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    180925f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    4584d3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49f6f38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a174637 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    292013f View commit details
    Browse the repository at this point in the history
  5. update msys package

    Joachim Gehweiler authored and Joachim Gehweiler committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    f8e004c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'fix-static-builds-and-more' of https://github.com/jgehw…

    …/vcpkg into fix-static-builds-and-more
    Joachim Gehweiler authored and Joachim Gehweiler committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    a259f33 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. add uwp specific options, and minor general improvements

    Joachim Gehweiler authored and Joachim Gehweiler committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    0ab5c4e View commit details
    Browse the repository at this point in the history
  2. fix string replace

    Joachim Gehweiler authored and Joachim Gehweiler committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    920af34 View commit details
    Browse the repository at this point in the history
  3. fix control file and windows path separator

    Joachim Gehweiler authored and Joachim Gehweiler committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    6594588 View commit details
    Browse the repository at this point in the history
  4. revert backslashes-fix -- the root cause was missing .exe extension

    Joachim Gehweiler authored and Joachim Gehweiler committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    0a22920 View commit details
    Browse the repository at this point in the history
  5. upgrade to tf 2.3.1

    Joachim Gehweiler authored and Joachim Gehweiler committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    4ef9252 View commit details
    Browse the repository at this point in the history
  6. fix hard-coded version

    Joachim Gehweiler authored and Joachim Gehweiler committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    41e2f80 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    7fa2689 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    fe1d24c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff1d1c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f064862 View commit details
    Browse the repository at this point in the history
  4. add [tensorflow] C API port

    jgehw committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    a68ae07 View commit details
    Browse the repository at this point in the history
  5. missing in previous commit

    jgehw committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    b3a6018 View commit details
    Browse the repository at this point in the history
  6. fix include file

    jgehw committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    e2b95d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. remove unnecessary suffix

    jgehw committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    83149c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    4840250 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24831cc View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    3898892 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06f7a9c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Update ports/tensorflow-cc/CONTROL

    Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
    jgehw and NancyLi1013 authored Nov 14, 2020
    Configuration menu
    Copy the full SHA
    e1c55ed View commit details
    Browse the repository at this point in the history
  2. Update ports/tensorflow/portfile.cmake

    Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
    jgehw and NancyLi1013 authored Nov 14, 2020
    Configuration menu
    Copy the full SHA
    51cae0d View commit details
    Browse the repository at this point in the history
  3. follow-up to code review

    jgehw committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    52a905d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. fix suffix parameter

    jgehw committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    d954930 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. fix quoting

    jgehw committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    f3351f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77559a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26cbca8 View commit details
    Browse the repository at this point in the history
  4. extend linux patch

    jgehw committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    43039bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d005d4d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    6374836 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e45fdcf View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Update ports/tensorflow/CONTROL

    Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
    jgehw and NancyLi1013 authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    3b3ef9f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    bb1a320 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Apply suggestions from code review

    Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
    jgehw and strega-nil authored Nov 21, 2020
    Configuration menu
    Copy the full SHA
    d468baf View commit details
    Browse the repository at this point in the history