aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/posix
Commit message (Expand)AuthorAge
* Add a new GetRunFilesDir function to Env.Gravatar Gunhan Gulsoy2018-10-03
* Remove jemalloc build files and dead configuration options.Gravatar Ayush Dubey2018-10-01
* Modify signature of WritableFile::Append to accept StringPiece data by value.Gravatar Eugene Brevdo2018-09-12
* Replaced calls to tensorflow::StringPiece::ToString with string conversions.Gravatar A. Unique TensorFlower2018-08-22
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Fully enabled absl and removed TENSORFLOW_USE_ABSL define (as absl is now alw...Gravatar A. Unique TensorFlower2018-08-21
* Adding `NowNanos()` to `tensorflow::Env`.Gravatar Jiri Simsa2018-07-31
* Begin introducing NUMA support for CPU threads and memoryGravatar A. Unique TensorFlower2018-07-10
* Setting default openmp settings for MKL kernels (#19136)Gravatar Jayaram Bobba2018-05-22
* Cleaning up tracing code.Gravatar A. Unique TensorFlower2018-04-30
* Log large allocations and total memory usage for the CPU device.Gravatar Russell Power2018-03-30
* Break FileSystem's dependency on ThreadPool.Gravatar A. Unique TensorFlower2018-03-30
* Make GetLocalTemporaryDirectories() a virtual method of Env, that is overridenGravatar A. Unique TensorFlower2018-03-22
* Move CreateSubProcess from test.h to subprocess.hGravatar A. Unique TensorFlower2018-03-16
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Added the ability to query the amount of RAM availableGravatar Benoit Steiner2018-02-05
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Specifically add TMP directory for AndroidGravatar Austin Anderson2017-12-19
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615737Gravatar Yifei Feng2017-11-22
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Implemented tensorflow::port::NominalCPUFrequency()Gravatar Benoit Steiner2017-10-31
* Rename SNAPPY to TF_USE_SNAPPYGravatar Justine Tunney2017-10-19
* Add LocalTempFilename function to Env class which creates a local temp file nameGravatar Yuefeng Zhou2017-07-26
* errors: Avoid stripping error details when convering POSIX errors to StatusGravatar Asim Shankar2017-07-25
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Cleanup: Use C++ casts, remove redundant casts, use CHECK_OKGravatar A. Unique TensorFlower2017-05-30
* Use "empty" member function to test for emptinessGravatar A. Unique TensorFlower2017-05-30
* Use "nullptr" for null pointer valuesGravatar A. Unique TensorFlower2017-05-30
* Annotate overriding functions with "override" or "final" (and not with "virtu...Gravatar A. Unique TensorFlower2017-05-26
* Set cpu family, model and frequency in the op info.Gravatar Yuefeng Zhou2017-04-01
* Enable snappy.Gravatar Saurabh Saxena2017-03-30
* Merge changes from github.Gravatar Vijay Vasudevan2017-02-17
* LogMesssage now includes a timestamp as beginning of a message.Gravatar Viacheslav Kovalevskyi2017-01-20
* Add a .clang-format file for automatically formatting .cc/.h files.Gravatar Jonathan Hseu2017-01-12
* Switch open-source to use jemalloc for CPU Tensor memory allocation, gRPC, an...Gravatar Jonathan Hseu2017-01-11
* Test for CPU features on startup, to replace SIGILLs with useful errors and s...Gravatar Pete Warden2016-12-15
* Automated rollback of change 141971738Gravatar Pete Warden2016-12-14
* Test for CPU features on startup, to replace SIGILLs with useful errors and s...Gravatar Pete Warden2016-12-13
* Force fix documentation causing open source blocks.Gravatar Andrew Selle2016-12-06
* Progress towards removing data dependency on libdevice_root.Gravatar Jingyue Wu2016-12-01
* Fix SubProcess Communicate() for macOS.Gravatar A. Unique TensorFlower2016-11-21
* XLA open-sourcing: remove dependency on util/process/subprocess.h.Gravatar A. Unique TensorFlower2016-11-14
* Change FileExists to return tensorflow::Status.Gravatar Jonathan Hseu2016-11-04
* Added missing override qualifier for the FormatLibraryFileName methodGravatar Benoit Steiner2016-11-03
* Change path functions to operate on URIs rather than paths.Gravatar Jonathan Hseu2016-11-02
* Merge changes from github.Gravatar Xiaoqiang Zheng2016-10-28
* Merge changes from github.Gravatar A. Unique TensorFlower2016-10-10