Home
last modified time | relevance | path

Searched refs:Preprocess (Results 1 – 25 of 38) sorted by relevance

12

/external/libtextclassifier/lang_id/common/
Dembedding-feature-interface.h56 void Preprocess(WorkspaceSet *workspace, OBJ *obj) const { in Preprocess() function
58 feature_extractor_.Preprocess(workspace, obj); in Preprocess()
95 Preprocess(&workspace, obj); in GetFeaturesNoCaching()
Dembedding-feature-extractor.h145 void Preprocess(WorkspaceSet *workspaces, OBJ *obj) const { in Preprocess() function
147 feature_extractor->Preprocess(workspaces, obj); in Preprocess()
/external/libtextclassifier/lang_id/common/fel/
Dfeature-extractor.h315 virtual void Preprocess(WorkspaceSet *workspaces, const OBJ *object) const {} in Preprocess() function
467 void Preprocess(WorkspaceSet *workspaces, const OBJ *object) const override { in Preprocess() function
469 function->Preprocess(workspaces, object); in Preprocess()
489 void Preprocess(WorkspaceSet *workspaces, const OBJ *object) const override { in Preprocess() function
491 function->Preprocess(workspaces, object); in Preprocess()
602 void Preprocess(WorkspaceSet *workspaces, const OBJ *object) const { in Preprocess() function
604 function->Preprocess(workspaces, object); in Preprocess()
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
Dpreprocessor_1k.cc32 extern TfLiteStatus Preprocess(tflite::ErrorReporter* error_reporter,
47 TfLiteStatus yes_status = Preprocess(error_reporter, g_sin_1k, g_sin_1k_size, in TF_LITE_MICRO_TEST()
/external/pdfium/fxbarcode/
Dcbc_ean8.cpp33 WideString CBC_EAN8::Preprocess(const WideStringView& contents) { in Preprocess() function in CBC_EAN8
58 WideString encodeContents = Preprocess(contents); in Encode()
Dcbc_ean13.cpp34 WideString CBC_EAN13::Preprocess(const WideStringView& contents) { in Preprocess() function in CBC_EAN13
60 WideString encodeContents = Preprocess(contents); in Encode()
Dcbc_upca.cpp33 WideString CBC_UPCA::Preprocess(const WideStringView& contents) { in Preprocess() function in CBC_UPCA
59 WideString encodeContents = Preprocess(contents); in Encode()
Dcbc_upca.h30 WideString Preprocess(const WideStringView& contents);
Dcbc_ean8.h30 WideString Preprocess(const WideStringView& contents);
Dcbc_ean13.h31 WideString Preprocess(const WideStringView& contents);
/external/v8/tools/clang/translation_unit/
DTranslationUnitGenerator.cpp228 void Preprocess();
245 Preprocess(); in ExecuteAction()
248 void CompilationIndexerAction::Preprocess() { in Preprocess() function in __anonc815feaf0111::CompilationIndexerAction
/external/clang/lib/Driver/
DPhases.cpp18 case Preprocess: return "preprocessor"; in getPhaseName()
DTypes.cpp226 P.push_back(phases::Preprocess); in getCompilationPhases()
/external/clang/include/clang/Driver/
DPhases.h19 Preprocess, enumerator
DCLCompatOptions.td66 def _SLASH_E : CLFlag<"E">, HelpText<"Preprocess to stdout">, Alias<E>;
235 def _SLASH_P : CLFlag<"P">, HelpText<"Preprocess to file">;
/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.cc65 Status DfsHloVisitorBase<HloInstructionPtr>::Preprocess(HloInstructionPtr) { in Preprocess() function in xla::DfsHloVisitorBase
Dhlo_cost_analysis.h117 Status Preprocess(const HloInstruction* hlo) override;
Dhlo_evaluator.h180 Status Preprocess(HloInstruction* hlo) override;
Dhlo_verifier.h40 Status Preprocess(HloInstruction* hlo) override;
Ddfs_hlo_visitor.h334 virtual Status Preprocess(HloInstructionPtr hlo);
Dhlo_verifier.cc85 Status ShapeVerifier::Preprocess(HloInstruction* hlo) { in Preprocess() function in xla::ShapeVerifier
1424 Status Preprocess(HloInstruction* instruction) override { in Preprocess() function in xla::__anond588ae4e0811::InstructionVerifier
/external/swiftshader/third_party/LLVM/
DMakefile.rules650 Preprocess.CXX= $(Compile.Wrapper) \
664 Preprocess.CXX= $(Compile.Wrapper) \
674 Preprocess.C = $(CC) $(CPP.Flags) $(C.Flags) $(CPPFLAGS) \
1609 $(Verb) $(Preprocess.CXX) $< -o $@
1613 $(Verb) $(Preprocess.CXX) $< -o $@
1617 $(Verb) $(Preprocess.CXX) $< -o $@
1621 $(Verb) $(Preprocess.C) $< -o $@
1625 $(Verb) $(Preprocess.C) $< -o $@
/external/perfetto/src/protozero/protoc_plugin/
Dprotozero_generator.cc92 Preprocess(); in GenerateStubs()
252 void Preprocess() { in Preprocess() function in protozero::__anone8b65b2e0111::GeneratorJob
/external/tensorflow/tensorflow/lite/examples/ios/camera/
DCameraExampleViewController.mm120 // Preprocess the input image and feed the TFLite interpreter buffer for a float model.
138 // Preprocess the input image and feed the TFLite interpreter buffer for a quantized model.
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h187 Status Preprocess(HloInstruction* hlo) override;

12