Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

LOL, 284 lines of C++, plus:

   #include "absl/flags/parse.h"
   #include "absl/flags/flag.h"
   #include "absl/flags/usage.h"
   #include "absl/flags/internal/commandlineflag.h"
   #include "absl/flags/internal/private_handle_accessor.h"
   #include "absl/flags/reflection.h"
   #include "absl/flags/usage_config.h"
   #include "absl/memory/memory.h"
   #include "absl/strings/match.h"
   #include "absl/strings/str_cat.h"
   #include "absl/strings/string_view.h"
   #include "tensorflow/lite/c/common.h"
   #include "tensorflow/lite/delegates/hexagon/hexagon_delegate.h"
   #include "tensorflow/lite/interpreter.h"
   #include "tensorflow/lite/interpreter_builder.h"
   #include "tensorflow/lite/kernels/kernel_util.h"
   #include "tensorflow/lite/kernels/register.h"
   #include "tensorflow/lite/model_builder.h"
   #include "tensorflow/lite/testing/util.h"
   #include "tensorflow/lite/tools/benchmark/benchmark_utils.h"
   #include "tensorflow/lite/interpreter.h"
   #include "tensorflow/lite/kernels/register.h"
   #include "tensorflow/lite/model.h"
   #include "tensorflow/lite/optional_debug_tools.h"
   #include "kenlm/lm/ngram_query.hh"
   #include "wave/file.h"
   #include "tensorflow/lite/minimal_logging.h"


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: