Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/atom - examples/layer_output/j11_v2_trace.txt history TI Deep Learning API for Catalog broad market. https://git.ti.com/gitweb?p=tidl/tidl-api.git Scott (ITS) Allen /favicon.ico /static_gitweb/git-logo.png 2018-08-08T18:11:13Z gitweb Add support for accessing layer output data 2018-08-03T19:26:14Z Ajay Jayaraj ajayj@ti.com Ajay Jayaraj ajayj@ti.com 2018-08-03T19:26:14Z https://git.ti.com/gitweb?p=tidl/tidl-api.git;a=commitdiff;h=2357b3abd2635985447338875e06447fd873cf7d
Add support for accessing layer output data

* Added API methods to enable tracing and dump layer output buffers to
  file
  1. ExecutionObject::WriteLayerOutputsToFile
  2. ExecutionObject::GetOutputsFromAllLayers
  3. ExecutionObject::GetOutputFromLayer
  See examples/layer_output/main.cpp, ProcessTrace() for examples of
  using these tracing APIs.
* Added a 'enableTrace' field to the configuration file. Set to true
  to enable tracing.
* Update configuration file parser to allow comments, blank lines

Note:
Tracing requires ti-opencl, SHA-ID 188cc38627315d3041b80ee86e6ca33087348062
or newer.

(MCT-1023)
  • [D] examples/layer_output/j11_v2_trace.txt