History log of /external/tensorflow/tensorflow/contrib/tensorrt/log/trt_logger.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bfe8b85cad3be1a82234500fce3064c98dd20d09 06-Feb-2018 gracehoney <31743510+aaroey@users.noreply.github.com> 1. Use tensorflow::string instead of std::string
2. Fix swig problem in trt_conversion.i
3. Fix c++ styles
4. Fix BUILD dependencies
/external/tensorflow/tensorflow/contrib/tensorrt/log/trt_logger.h
527428241ca35b0743ed9cc8c955c8b8c3a51c86 30-Jan-2018 gracehoney <31743510+aaroey@users.noreply.github.com> Run clang-format on c++ files
/external/tensorflow/tensorflow/contrib/tensorrt/log/trt_logger.h
d7b4fe4d4322a3fdab8a1dedb93d37a1f800a559 30-Jan-2018 gracehoney <31743510+aaroey@users.noreply.github.com> Fix the build dependencies and formatting of the code, and make sure
they follow the style conventions.
/external/tensorflow/tensorflow/contrib/tensorrt/log/trt_logger.h
f47e05b65bb15d595d24b4b7f0da0f2648c5b30e 30-Jan-2018 gracehoney <31743510+aaroey@users.noreply.github.com> Fix GOOGLE_TENSORRT
/external/tensorflow/tensorflow/contrib/tensorrt/log/trt_logger.h
8e03944589542bd64559d68989bca4a4705eed93 29-Jan-2018 gracehoney <31743510+aaroey@users.noreply.github.com> Fix build (part1):
1. Changed includes of "NvInfer.h" to "tensorrt/include/NvInfer.h"
2. Remove build target "tensorrt_ops.so" (src file doesn't exist and the
target is not used anywhere)
3. Add missing '#if GOOGLE_TENSORRT's
4. Use tf_cuda_library instead of cc_library for some targets to get the
tf_copts naturally.
5. Revert the changes that was accidentally made (by merging with
upstream head) from configure.py
6. Replace exception with LOG(FATAL) in
tensorflow/contrib/tensorrt/convert/convert_nodes.cc as exception is
not supported.
7. Revert the reinterprete_cast change in
tensorflow/contrib/tensorrt/kernels/trt_engine_op.cc
8. Fix minor formatting and naming issues according to the style guide.
/external/tensorflow/tensorflow/contrib/tensorrt/log/trt_logger.h
98ffa7b2bb5b273b4ae2b052e82fb0d8c054d96b 29-Jan-2018 gracehoney <31743510+aaroey@users.noreply.github.com> Fix compilation, there are still linking issues which will be fixed in a followup commit.
/external/tensorflow/tensorflow/contrib/tensorrt/log/trt_logger.h
6908cc233c679b8fe61d99a30d3828362caf47be 25-Jan-2018 Sami Kama <skama@nvidia.com> [ Fixes for PR comments]
- removed commented code
- moved all code to tensorflow namespace
- removed a dangling config parameter from tensorflow/BUILD
- fixed Copyright notice years
/external/tensorflow/tensorflow/contrib/tensorrt/log/trt_logger.h
825e7a32e9f4dbad21a9ddb9d8a34bd3e32b1d0e 19-Jan-2018 Sami Kama <skama@nvidia.com> Introducing TensortRT Operator to TF which can run (sub)graphs in
highly optimized TensorRT engines. This commit is a merged version of
many commits by

benbarsdell <bbarsdell at nvidia.com>
deadeyegoodwin <davidg at nvidia.com
jjsjann123 <jiej at nvidia.com>
samikama <skama at nvidia.com>
/external/tensorflow/tensorflow/contrib/tensorrt/log/trt_logger.h