Home
last modified time | relevance | path

Searched refs:RequestWorkspaces (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/common/
Dembedding-feature-extractor.h59 virtual void RequestWorkspaces(WorkspaceRegistry *registry) = 0;
148 void RequestWorkspaces(WorkspaceRegistry *registry) override { in RequestWorkspaces() function
150 feature_extractor->RequestWorkspaces(registry); in RequestWorkspaces()
Dfeature-extractor.h204 virtual void RequestWorkspaces(WorkspaceRegistry *registry) {} in RequestWorkspaces() function
433 void RequestWorkspaces(WorkspaceRegistry *registry) override { in RequestWorkspaces() function
434 for (auto *function : nested_) function->RequestWorkspaces(registry); in RequestWorkspaces()
609 void RequestWorkspaces(WorkspaceRegistry *registry) { in RequestWorkspaces() function
610 for (auto *function : functions_) function->RequestWorkspaces(registry); in RequestWorkspaces()
/external/libtextclassifier/lang_id/
Dlang-id-brain-interface.h56 feature_extractor_.RequestWorkspaces(&workspace_registry_); in Init()