Home
last modified time | relevance | path

Searched refs:workspaces (Results 1 – 14 of 14) sorted by relevance

/external/libtextclassifier/native/lang_id/common/fel/
Dfeature-extractor.h316 virtual void Preprocess(WorkspaceSet *workspaces, const OBJ *object) const {} in Preprocess() argument
321 virtual void Evaluate(const WorkspaceSet &workspaces, const OBJ &object, in Evaluate() argument
323 FeatureValue value = Compute(workspaces, object, args...); in Evaluate()
330 virtual FeatureValue Compute(const WorkspaceSet &workspaces, in Compute() argument
468 void Preprocess(WorkspaceSet *workspaces, const OBJ *object) const override { in Preprocess() argument
470 function->Preprocess(workspaces, object); in Preprocess()
490 void Preprocess(WorkspaceSet *workspaces, const OBJ *object) const override { in Preprocess() argument
492 function->Preprocess(workspaces, object); in Preprocess()
496 void Evaluate(const WorkspaceSet &workspaces, const OBJ &object, ARGS... args, in Evaluate() argument
499 static_cast<const DER *>(this)->GetFocus(workspaces, object, args...); in Evaluate()
[all …]
/external/libtextclassifier/native/lang_id/common/
Dembedding-feature-extractor.h147 void Preprocess(WorkspaceSet *workspaces, OBJ *obj) const { in Preprocess() argument
149 feature_extractor->Preprocess(workspaces, obj); in Preprocess()
156 void ExtractFeatures(const WorkspaceSet &workspaces, const OBJ &obj, in ExtractFeatures() argument
163 feature_extractors_[i]->ExtractFeatures(workspaces, obj, args..., in ExtractFeatures()
/external/libtextclassifier/native/lang_id/features/
Drelevant-script-feature.h49 void Evaluate(const WorkspaceSet &workspaces,
Dchar-ngram-feature.h62 void Evaluate(const WorkspaceSet &workspaces, const LightSentence &sentence,
Drelevant-script-feature.cc58 const WorkspaceSet &workspaces, const LightSentence &sentence, in Evaluate() argument
Dchar-ngram-feature.cc124 void ContinuousBagOfNgramsFunction::Evaluate(const WorkspaceSet &workspaces, in Evaluate() argument
/external/boringssl/src/util/bot/go/
Dbootstrap.py270 def find_executable(name, workspaces): argument
276 for path in workspaces:
/external/capstone/xcode/
DREADME.md5 Studio solution for Capstone. It embeds nicely into Xcode workspaces. It has 13
/external/lmfit/
DCHANGELOG39 - revert to just one malloc for all workspaces, now based on a char array
129 - remove redundant calculation by exchanging workspaces and lm_lmpar output
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DREADME.msvc99 2) Allow VS20XX to update all projects and workspaces.
/external/libpng/
DREADME167 projects => Contains project files and workspaces for
/external/crosvm/
DREADME.md247 workspaces.
/external/rust/crates/clap/
DREADME.md441 …there is not possible resolvable graph. This leads to situations where workspaces with multiple bi…
/external/tensorflow/tensorflow/
Dtensorflow.bzl2889 # External workspaces can see this target.