History log of /external/tensorflow/tensorflow/core/common_runtime/process_util.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
46231cf242c19d74af75370eefd9e9b7c504c08a 24-Aug-2016 Vijay Vasudevan <vrv@google.com> Move host_info.h internal, move public functions into cpu_info.h
and make public.

Hostname() is not public, but kLittleEndian arguably is (some code
might need to know what the endianness is, like decode_raw_op,
so it probably should be public). Similarly, NumSchedulableCPUs
is probably something a lot of code wants to know. It is also
already used widely and seems hard to remove in short notice,
which suggests something about its utility.
Change: 131203680
/external/tensorflow/tensorflow/core/common_runtime/process_util.cc
8f6a17f052ba0709641082016bf3f53886078ba4 08-Aug-2016 Suharsh Sivakumar <suharshs@google.com> Reduce some allocations on grpc code paths.

-Use std::move when assigning std::function to reduce some simple allocations.'

-Use std::bind to avoid copy of std::function in lambda statements.
Change: 129654152
/external/tensorflow/tensorflow/core/common_runtime/process_util.cc
d7b921f7f40ee58885a05707f98e19f531aa97fb 07-Jul-2016 A. Unique TensorFlower <gardener@tensorflow.org> Change Env::SchedClosureAfter and Env::SleepMicroseconds to take micros
as an int64.
Change posix env to sleep using nanosleep and retry on interrupt signal.
Change: 126745229
/external/tensorflow/tensorflow/core/common_runtime/process_util.cc
c8b59c046895fa5b6d79f73e0b5817330fcfbfc1 02-Jun-2016 A. Unique TensorFlower <nobody@tensorflow.org> Update copyright for 3p/tf/core.
Change: 123900938
/external/tensorflow/tensorflow/core/common_runtime/process_util.cc
0f70b8e4b72109a2f99a6235da2f17ec142040ad 03-May-2016 Vijay Vasudevan <vrv@google.com> TensorFlow: move SimpleGraphExecutionState and some related files from
distributed_runtime to common_runtime in prepration for being shared by
DirectSession.
Change: 121339508
/external/tensorflow/tensorflow/core/common_runtime/process_util.cc