History log of /external/tensorflow/tensorflow/examples/multibox_detector/main.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1d0b8c007b8bc7f77dd63c74f02d87185071f038 09-May-2017 Peter Hawkins <phawkins@google.com> Remove unnecessary copies of value parameters.

PiperOrigin-RevId: 155511618
/external/tensorflow/tensorflow/examples/multibox_detector/main.cc
8fe32029f77b287a207c3bc3e0127fb35a3e23da 01-Feb-2017 A. Unique TensorFlower <gardener@tensorflow.org> Add a mechanism for hiding, skipping, and modifying the generated op
functions for C++. A souped-up version of the hidden_ops mechanism in
Python, the intent is to use this for most or all of the client
languages, with a common list of changes to make in a common file and
per-language overrides.

Also:
* include the documentation for outputs in the generated comments
* several updates to C++ API to match Python
* fix C++ shape function for ConcatV2 now that we use it by default
* split op_gen_lib out of core:framework, since it is only used by
the op generators, and I don't want to add another proto to
mobile builds
Change: 146267344
/external/tensorflow/tensorflow/examples/multibox_detector/main.cc
d7478ece1254e5a8f2382064213364f53ace1413 26-Jan-2017 Andrew Harp <andrewharp@google.com> Adding MultiBox person detector standalone example.
Change: 145608840
/external/tensorflow/tensorflow/examples/multibox_detector/main.cc