[PATCH] D139370: [mlgo] Dependency-free training mode logger

Jacob Hegna via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 14:48:38 PST 2022


jacobhegna added inline comments.


================
Comment at: llvm/lib/Analysis/TrainingLogger.cpp:112
+//
+// Example:
+// {"features":[list of TensorSpecs], "score":<a tensor spec>}
----------------
where in the header is the length of the tensor buffer stored? (to deal with newline bytes in the tensor buffer), in the value of the features key?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139370/new/

https://reviews.llvm.org/D139370



More information about the llvm-commits mailing list