-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[tensorflow] Add C port #14392
Commits on Jul 23, 2020
-
fix build issues occurring from default bazel config being used becau…
…se customized bazel config is stored in wrong directory
Gehweiler authored and Gehweiler committedJul 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 0ab169d - Browse repository at this point
Copy the full SHA 0ab169dView commit details
Commits on Jul 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 543e19d - Browse repository at this point
Copy the full SHA 543e19dView commit details -
fix also applies to windows static build
jgehw authored and jgehw committedJul 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 820c455 - Browse repository at this point
Copy the full SHA 820c455View commit details
Commits on Aug 11, 2020
-
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 committedAug 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 9643548 - Browse repository at this point
Copy the full SHA 9643548View commit details
Commits on Aug 15, 2020
-
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 committedAug 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 4860a01 - Browse repository at this point
Copy the full SHA 4860a01View commit details -
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 committedAug 15, 2020 Configuration menu - View commit details
-
Copy full SHA for dd6d89f - Browse repository at this point
Copy the full SHA dd6d89fView commit details
Commits on Aug 17, 2020
-
extend overriden execute_process to more than one COMMAND as there ac…
…tually are use cases for this
jgehw authored and jgehw committedAug 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 0d611be - Browse repository at this point
Copy the full SHA 0d611beView commit details -
Merge pull request #1 from microsoft/master
incorporate changes from microsoft:master
Configuration menu - View commit details
-
Copy full SHA for d3121ce - Browse repository at this point
Copy the full SHA d3121ceView commit details -
merge branch 'fix-execute-process-macro2' into 'fix-static-builds-and…
…-more' as required for find_package(Python3)
jgehw authored and jgehw committedAug 17, 2020 Configuration menu - View commit details
-
Copy full SHA for ee969d7 - Browse repository at this point
Copy the full SHA ee969d7View commit details
Commits on Aug 18, 2020
-
added another patch required for tensorflow v2.3, fixed path and work…
…ing directory
jgehw authored and jgehw committedAug 18, 2020 Configuration menu - View commit details
-
Copy full SHA for ad5ca5f - Browse repository at this point
Copy the full SHA ad5ca5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c743e49 - Browse repository at this point
Copy the full SHA c743e49View commit details -
Merge pull request #2 from jgehw/revert-1-master
Revert "incorporate changes from microsoft:master"
Configuration menu - View commit details
-
Copy full SHA for 2571bd1 - Browse repository at this point
Copy the full SHA 2571bd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98ecc0c - Browse repository at this point
Copy the full SHA 98ecc0cView commit details -
Merge branch 'master' of https://github.com/microsoft/vcpkg
jgehw authored and jgehw committedAug 18, 2020 Configuration menu - View commit details
-
Copy full SHA for ab8fdf7 - Browse repository at this point
Copy the full SHA ab8fdf7View commit details
Commits on Aug 20, 2020
-
Merge branch 'master' of https://github.com/microsoft/vcpkg
jgehw authored and jgehw committedAug 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 36143ac - Browse repository at this point
Copy the full SHA 36143acView commit details -
final fixes for static build + improving out messages
jgehw authored and jgehw committedAug 20, 2020 Configuration menu - View commit details
-
Copy full SHA for ea07bb9 - Browse repository at this point
Copy the full SHA ea07bb9View commit details -
enabling linux and osx in CI to see if it works now
jgehw authored and jgehw committedAug 20, 2020 Configuration menu - View commit details
-
Copy full SHA for a12d22f - Browse repository at this point
Copy the full SHA a12d22fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c34a08 - Browse repository at this point
Copy the full SHA 6c34a08View commit details
Commits on Aug 21, 2020
-
simplified code, fixed version numbers, fixed generated include cmake…
… file
jgehw authored and jgehw committedAug 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 6e31cd6 - Browse repository at this point
Copy the full SHA 6e31cd6View commit details -
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 committedAug 21, 2020 Configuration menu - View commit details
-
Copy full SHA for afc7f1e - Browse repository at this point
Copy the full SHA afc7f1eView commit details -
remove dead code commit by mistake again
jgehw authored and jgehw committedAug 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 898bbbe - Browse repository at this point
Copy the full SHA 898bbbeView commit details -
Merge branch 'fix-static-builds-and-more' of https://github.com/jgehw…
…/vcpkg into fix-static-builds-and-more
jgehw authored and jgehw committedAug 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 2ca1f94 - Browse repository at this point
Copy the full SHA 2ca1f94View commit details -
Merge branch 'master' of https://github.com/microsoft/vcpkg
jgehw authored and jgehw committedAug 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 1866a82 - Browse repository at this point
Copy the full SHA 1866a82View commit details -
jgehw authored and jgehw committed
Aug 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 350b151 - Browse repository at this point
Copy the full SHA 350b151View commit details -
jgehw authored and jgehw committed
Aug 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 630e890 - Browse repository at this point
Copy the full SHA 630e890View commit details
Commits on Aug 22, 2020
-
find pip3 in PATH (PYTHON3_DIR apparently not valid for pip3)
jgehw authored and jgehw committedAug 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 2c66c4b - Browse repository at this point
Copy the full SHA 2c66c4bView commit details -
fix error in python helper script
jgehw authored and jgehw committedAug 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 40954e4 - Browse repository at this point
Copy the full SHA 40954e4View commit details -
Merge branch 'master' of https://github.com/microsoft/vcpkg
jgehw authored and jgehw committedAug 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 9451d33 - Browse repository at this point
Copy the full SHA 9451d33View commit details
Commits on Aug 24, 2020
-
fix wrong libname in postbuild script
jgehw authored and jgehw committedAug 24, 2020 Configuration menu - View commit details
-
Copy full SHA for d198bf1 - Browse repository at this point
Copy the full SHA d198bf1View commit details -
fix python detection + switch to python on msys2 (instead of embedded…
… python) for Windows as we need numpy
jgehw authored and jgehw committedAug 24, 2020 Configuration menu - View commit details
-
Copy full SHA for f6acaeb - Browse repository at this point
Copy the full SHA f6acaebView commit details -
Configuration menu - View commit details
-
Copy full SHA for efd0c93 - Browse repository at this point
Copy the full SHA efd0c93View commit details
Commits on Aug 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5c1f7ae - Browse repository at this point
Copy the full SHA 5c1f7aeView commit details -
revert last commit (root cause for CI failures is something different…
…: there are line breaks in path)
Configuration menu - View commit details
-
Copy full SHA for 3b95e18 - Browse repository at this point
Copy the full SHA 3b95e18View commit details -
(value needs to be escaped as it may contains regex special characters such as brackets, eg C:/Program Files (x86)/...)
Configuration menu - View commit details
-
Copy full SHA for bfffec6 - Browse repository at this point
Copy the full SHA bfffec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9d08e9 - Browse repository at this point
Copy the full SHA c9d08e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de4912 - Browse repository at this point
Copy the full SHA 2de4912View commit details -
(macOS doesn't support static CRT linkage; it's set to dynamic even static target triplets for macOS and linux)
Configuration menu - View commit details
-
Copy full SHA for cdfdc65 - Browse repository at this point
Copy the full SHA cdfdc65View commit details -
refactor implemenation to avoid as much code duplication as possible …
…-- algorithmically identical
Configuration menu - View commit details
-
Copy full SHA for c8c12b8 - Browse repository at this point
Copy the full SHA c8c12b8View commit details
Commits on Aug 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 71cf605 - Browse repository at this point
Copy the full SHA 71cf605View commit details -
Merge branch 'fix-static-builds-and-more' of https://github.com/jgehw…
…/vcpkg into fix-static-builds-and-more
Configuration menu - View commit details
-
Copy full SHA for 9f67738 - Browse repository at this point
Copy the full SHA 9f67738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d09b86 - Browse repository at this point
Copy the full SHA 5d09b86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cb4e5b - Browse repository at this point
Copy the full SHA 6cb4e5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5376c01 - Browse repository at this point
Copy the full SHA 5376c01View commit details
Commits on Aug 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 692c742 - Browse repository at this point
Copy the full SHA 692c742View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbbde32 - Browse repository at this point
Copy the full SHA fbbde32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c3528 - Browse repository at this point
Copy the full SHA 37c3528View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1246969 - Browse repository at this point
Copy the full SHA 1246969View commit details -
Configuration menu - View commit details
-
Copy full SHA for c918214 - Browse repository at this point
Copy the full SHA c918214View commit details -
(no functional difference because LOG(FATAL, ...) macro internally anyway calls abort(), which the compiler doesn't detect in debug mode...
Configuration menu - View commit details
-
Copy full SHA for e78a3df - Browse repository at this point
Copy the full SHA e78a3dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9103128 - Browse repository at this point
Copy the full SHA 9103128View commit details
Commits on Aug 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fc4404a - Browse repository at this point
Copy the full SHA fc4404aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc3823d - Browse repository at this point
Copy the full SHA cc3823dView commit details
Commits on Aug 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 74cc334 - Browse repository at this point
Copy the full SHA 74cc334View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee1082f - Browse repository at this point
Copy the full SHA ee1082fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 381066a - Browse repository at this point
Copy the full SHA 381066aView commit details
Commits on Aug 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 006a21a - Browse repository at this point
Copy the full SHA 006a21aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ee6c6 - Browse repository at this point
Copy the full SHA f7ee6c6View commit details
Commits on Sep 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b667b99 - Browse repository at this point
Copy the full SHA b667b99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37f79c6 - Browse repository at this point
Copy the full SHA 37f79c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d77a47c - Browse repository at this point
Copy the full SHA d77a47cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74c4fc8 - Browse repository at this point
Copy the full SHA 74c4fc8View commit details -
fix more what got broken by merging master
(all packages and their dependencies are now maintained manually instead of using pacman...)
Configuration menu - View commit details
-
Copy full SHA for f81922c - Browse repository at this point
Copy the full SHA f81922cView commit details
Commits on Sep 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f0d1c89 - Browse repository at this point
Copy the full SHA f0d1c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d8e2f2 - Browse repository at this point
Copy the full SHA 3d8e2f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2051e9e - Browse repository at this point
Copy the full SHA 2051e9eView commit details
Commits on Sep 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1241b67 - Browse repository at this point
Copy the full SHA 1241b67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1da9b92 - Browse repository at this point
Copy the full SHA 1da9b92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df3b9b - Browse repository at this point
Copy the full SHA 3df3b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 900512c - Browse repository at this point
Copy the full SHA 900512cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb609b5 - Browse repository at this point
Copy the full SHA fb609b5View commit details
Commits on Sep 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ec68741 - Browse repository at this point
Copy the full SHA ec68741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84af4a0 - Browse repository at this point
Copy the full SHA 84af4a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f599a2 - Browse repository at this point
Copy the full SHA 7f599a2View commit details
Commits on Sep 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 067323c - Browse repository at this point
Copy the full SHA 067323cView commit details
Commits on Sep 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b8e9523 - Browse repository at this point
Copy the full SHA b8e9523View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcda036 - Browse repository at this point
Copy the full SHA bcda036View commit details
Commits on Sep 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e4f15a8 - Browse repository at this point
Copy the full SHA e4f15a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for da3cb5a - Browse repository at this point
Copy the full SHA da3cb5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7273f86 - Browse repository at this point
Copy the full SHA 7273f86View commit details
Commits on Sep 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fdc5cf6 - Browse repository at this point
Copy the full SHA fdc5cf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05be090 - Browse repository at this point
Copy the full SHA 05be090View commit details -
Configuration menu - View commit details
-
Copy full SHA for faf3447 - Browse repository at this point
Copy the full SHA faf3447View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3787012 - Browse repository at this point
Copy the full SHA 3787012View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0877229 - Browse repository at this point
Copy the full SHA 0877229View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf1d7c - Browse repository at this point
Copy the full SHA eaf1d7cView commit details
Commits on Sep 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0a986ac - Browse repository at this point
Copy the full SHA 0a986acView commit details
Commits on Sep 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bb63d8c - Browse repository at this point
Copy the full SHA bb63d8cView commit details
Commits on Sep 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 79076a2 - Browse repository at this point
Copy the full SHA 79076a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca81fb9 - Browse repository at this point
Copy the full SHA ca81fb9View commit details
Commits on Oct 1, 2020
-
to support force_load (cannot force_load both due to duplicate symbols)
Joachim Gehweiler authored and Joachim Gehweiler committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 8e16503 - Browse repository at this point
Copy the full SHA 8e16503View commit details -
Joachim Gehweiler authored and Joachim Gehweiler committed
Oct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 8677bdb - Browse repository at this point
Copy the full SHA 8677bdbView commit details -
Merge branch 'master' of https://github.com/microsoft/vcpkg
Joachim Gehweiler authored and Joachim Gehweiler committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 39312c7 - Browse repository at this point
Copy the full SHA 39312c7View commit details -
Merge branch 'master' into fix-static-builds-and-more
Joachim Gehweiler authored and Joachim Gehweiler committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 79a26c8 - Browse repository at this point
Copy the full SHA 79a26c8View commit details
Commits on Oct 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6384898 - Browse repository at this point
Copy the full SHA 6384898View commit details -
Configuration menu - View commit details
-
Copy full SHA for 533895b - Browse repository at this point
Copy the full SHA 533895bView commit details
Commits on Oct 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2ad839b - Browse repository at this point
Copy the full SHA 2ad839bView commit details
Commits on Oct 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f4e64da - Browse repository at this point
Copy the full SHA f4e64daView commit details
Commits on Oct 22, 2020
-
quote python path (it might contain spaces that don't get escaped ins…
…ide outer quotes of bash command)
Configuration menu - View commit details
-
Copy full SHA for 180925f - Browse repository at this point
Copy the full SHA 180925fView commit details
Commits on Oct 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4584d3a - Browse repository at this point
Copy the full SHA 4584d3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49f6f38 - Browse repository at this point
Copy the full SHA 49f6f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for a174637 - Browse repository at this point
Copy the full SHA a174637View commit details -
Configuration menu - View commit details
-
Copy full SHA for 292013f - Browse repository at this point
Copy the full SHA 292013fView commit details -
Joachim Gehweiler authored and Joachim Gehweiler committed
Oct 24, 2020 Configuration menu - View commit details
-
Copy full SHA for f8e004c - Browse repository at this point
Copy the full SHA f8e004cView commit details -
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 committedOct 24, 2020 Configuration menu - View commit details
-
Copy full SHA for a259f33 - Browse repository at this point
Copy the full SHA a259f33View commit details
Commits on Oct 25, 2020
-
add uwp specific options, and minor general improvements
Joachim Gehweiler authored and Joachim Gehweiler committedOct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 0ab5c4e - Browse repository at this point
Copy the full SHA 0ab5c4eView commit details -
Joachim Gehweiler authored and Joachim Gehweiler committed
Oct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 920af34 - Browse repository at this point
Copy the full SHA 920af34View commit details -
fix control file and windows path separator
Joachim Gehweiler authored and Joachim Gehweiler committedOct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 6594588 - Browse repository at this point
Copy the full SHA 6594588View commit details -
revert backslashes-fix -- the root cause was missing .exe extension
Joachim Gehweiler authored and Joachim Gehweiler committedOct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 0a22920 - Browse repository at this point
Copy the full SHA 0a22920View commit details -
Joachim Gehweiler authored and Joachim Gehweiler committed
Oct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 4ef9252 - Browse repository at this point
Copy the full SHA 4ef9252View commit details -
Joachim Gehweiler authored and Joachim Gehweiler committed
Oct 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 41e2f80 - Browse repository at this point
Copy the full SHA 41e2f80View commit details
Commits on Oct 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7fa2689 - Browse repository at this point
Copy the full SHA 7fa2689View commit details
Commits on Oct 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fe1d24c - Browse repository at this point
Copy the full SHA fe1d24cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff1d1c9 - Browse repository at this point
Copy the full SHA ff1d1c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f064862 - Browse repository at this point
Copy the full SHA f064862View commit details -
Configuration menu - View commit details
-
Copy full SHA for a68ae07 - Browse repository at this point
Copy the full SHA a68ae07View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3a6018 - Browse repository at this point
Copy the full SHA b3a6018View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2b95d1 - Browse repository at this point
Copy the full SHA e2b95d1View commit details
Commits on Oct 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 83149c4 - Browse repository at this point
Copy the full SHA 83149c4View commit details
Commits on Nov 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4840250 - Browse repository at this point
Copy the full SHA 4840250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24831cc - Browse repository at this point
Copy the full SHA 24831ccView commit details
Commits on Nov 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3898892 - Browse repository at this point
Copy the full SHA 3898892View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06f7a9c - Browse repository at this point
Copy the full SHA 06f7a9cView commit details
Commits on Nov 14, 2020
-
Update ports/tensorflow-cc/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e1c55ed - Browse repository at this point
Copy the full SHA e1c55edView commit details -
Update ports/tensorflow/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 51cae0d - Browse repository at this point
Copy the full SHA 51cae0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a905d - Browse repository at this point
Copy the full SHA 52a905dView commit details
Commits on Nov 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d954930 - Browse repository at this point
Copy the full SHA d954930View commit details
Commits on Nov 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f3351f5 - Browse repository at this point
Copy the full SHA f3351f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77559a6 - Browse repository at this point
Copy the full SHA 77559a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26cbca8 - Browse repository at this point
Copy the full SHA 26cbca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43039bc - Browse repository at this point
Copy the full SHA 43039bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d005d4d - Browse repository at this point
Copy the full SHA d005d4dView commit details
Commits on Nov 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6374836 - Browse repository at this point
Copy the full SHA 6374836View commit details -
Configuration menu - View commit details
-
Copy full SHA for e45fdcf - Browse repository at this point
Copy the full SHA e45fdcfView commit details
Commits on Nov 18, 2020
-
Update ports/tensorflow/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3b3ef9f - Browse repository at this point
Copy the full SHA 3b3ef9fView commit details
Commits on Nov 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bb1a320 - Browse repository at this point
Copy the full SHA bb1a320View commit details
Commits on Nov 21, 2020
-
Apply suggestions from code review
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for d468baf - Browse repository at this point
Copy the full SHA d468bafView commit details