HomeSort by relevance Sort by last modified time
    Searched defs:FrontendConfig (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/
frontend_util.h 28 struct FrontendConfig {
36 // Fills the frontendConfig with "sane" defaults.
37 void FrontendFillConfigWithDefaults(struct FrontendConfig* config);
41 const struct FrontendConfig* config,
  /external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
frontend_util.h 30 struct FrontendConfig {
38 // Fills the frontendConfig with "sane" defaults.
39 void FrontendFillConfigWithDefaults(struct FrontendConfig* config);
42 int FrontendPopulateState(const struct FrontendConfig* config,

Completed in 278 milliseconds