HomeSort by relevance Sort by last modified time
    Searched refs:RequestWorkspaces (Results 1 - 3 of 3) sorted by null

  /external/libtextclassifier/common/
embedding-feature-extractor.h 59 virtual void RequestWorkspaces(WorkspaceRegistry *registry) = 0;
148 void RequestWorkspaces(WorkspaceRegistry *registry) override {
150 feature_extractor->RequestWorkspaces(registry);
feature-extractor.h 204 virtual void RequestWorkspaces(WorkspaceRegistry *registry) {}
433 void RequestWorkspaces(WorkspaceRegistry *registry) override {
434 for (auto *function : nested_) function->RequestWorkspaces(registry);
609 void RequestWorkspaces(WorkspaceRegistry *registry) {
610 for (auto *function : functions_) function->RequestWorkspaces(registry);
  /external/libtextclassifier/lang_id/
lang-id-brain-interface.h 56 feature_extractor_.RequestWorkspaces(&workspace_registry_);

Completed in 311 milliseconds