/external/libtextclassifier/lang_id/common/ |
D | embedding-feature-interface.h | 56 void Preprocess(WorkspaceSet *workspace, OBJ *obj) const { in Preprocess() function 58 feature_extractor_.Preprocess(workspace, obj); in Preprocess() 95 Preprocess(&workspace, obj); in GetFeaturesNoCaching()
|
D | embedding-feature-extractor.h | 145 void Preprocess(WorkspaceSet *workspaces, OBJ *obj) const { in Preprocess() function 147 feature_extractor->Preprocess(workspaces, obj); in Preprocess()
|
/external/libtextclassifier/lang_id/common/fel/ |
D | feature-extractor.h | 315 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/ |
D | preprocessor_1k.cc | 32 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/ |
D | cbc_ean8.cpp | 33 WideString CBC_EAN8::Preprocess(const WideStringView& contents) { in Preprocess() function in CBC_EAN8 58 WideString encodeContents = Preprocess(contents); in Encode()
|
D | cbc_ean13.cpp | 34 WideString CBC_EAN13::Preprocess(const WideStringView& contents) { in Preprocess() function in CBC_EAN13 60 WideString encodeContents = Preprocess(contents); in Encode()
|
D | cbc_upca.cpp | 33 WideString CBC_UPCA::Preprocess(const WideStringView& contents) { in Preprocess() function in CBC_UPCA 59 WideString encodeContents = Preprocess(contents); in Encode()
|
D | cbc_upca.h | 30 WideString Preprocess(const WideStringView& contents);
|
D | cbc_ean8.h | 30 WideString Preprocess(const WideStringView& contents);
|
D | cbc_ean13.h | 31 WideString Preprocess(const WideStringView& contents);
|
/external/v8/tools/clang/translation_unit/ |
D | TranslationUnitGenerator.cpp | 228 void Preprocess(); 245 Preprocess(); in ExecuteAction() 248 void CompilationIndexerAction::Preprocess() { in Preprocess() function in __anonc815feaf0111::CompilationIndexerAction
|
/external/clang/lib/Driver/ |
D | Phases.cpp | 18 case Preprocess: return "preprocessor"; in getPhaseName()
|
D | Types.cpp | 226 P.push_back(phases::Preprocess); in getCompilationPhases()
|
/external/clang/include/clang/Driver/ |
D | Phases.h | 19 Preprocess, enumerator
|
D | CLCompatOptions.td | 66 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/ |
D | dfs_hlo_visitor.cc | 65 Status DfsHloVisitorBase<HloInstructionPtr>::Preprocess(HloInstructionPtr) { in Preprocess() function in xla::DfsHloVisitorBase
|
D | hlo_cost_analysis.h | 117 Status Preprocess(const HloInstruction* hlo) override;
|
D | hlo_evaluator.h | 180 Status Preprocess(HloInstruction* hlo) override;
|
D | hlo_verifier.h | 40 Status Preprocess(HloInstruction* hlo) override;
|
D | dfs_hlo_visitor.h | 334 virtual Status Preprocess(HloInstructionPtr hlo);
|
D | hlo_verifier.cc | 85 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/ |
D | Makefile.rules | 650 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/ |
D | protozero_generator.cc | 92 Preprocess(); in GenerateStubs() 252 void Preprocess() { in Preprocess() function in protozero::__anone8b65b2e0111::GeneratorJob
|
/external/tensorflow/tensorflow/lite/examples/ios/camera/ |
D | CameraExampleViewController.mm | 120 // 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/ |
D | ir_emitter.h | 187 Status Preprocess(HloInstruction* hlo) override;
|