Add a simple Profiler and instrument operator invocations in Interpreter.
authorShashi Shekhar <shashishekhar@google.com>
Tue, 17 Apr 2018 01:31:22 +0000 (18:31 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 17 Apr 2018 01:33:54 +0000 (18:33 -0700)
commitdfae914b3e1564ea61cbd8934c0184401ae66e9a
tree19e05b39b9c8d7f0b80446eefe8305a88c62a210
parent1516756b0297b3642689b06128358aeefd67a321
Add a simple Profiler and instrument operator invocations in Interpreter.

PiperOrigin-RevId: 193133955
tensorflow/contrib/lite/BUILD
tensorflow/contrib/lite/interpreter.cc
tensorflow/contrib/lite/interpreter.h
tensorflow/contrib/lite/profiling/BUILD [new file with mode: 0644]
tensorflow/contrib/lite/profiling/profile_buffer.h [new file with mode: 0644]
tensorflow/contrib/lite/profiling/profile_buffer_test.cc [new file with mode: 0644]
tensorflow/contrib/lite/profiling/profiler.h [new file with mode: 0644]
tensorflow/contrib/lite/profiling/profiler_test.cc [new file with mode: 0644]