/external/libtextclassifier/native/lang_id/common/ |
D | embedding-feature-interface.h | 57 void Preprocess(WorkspaceSet *workspace, OBJ *obj) const { in Preprocess() function 59 feature_extractor_.Preprocess(workspace, obj); in Preprocess() 96 Preprocess(&workspace, obj); in GetFeaturesNoCaching()
|
D | embedding-feature-extractor.h | 146 void Preprocess(WorkspaceSet *workspaces, OBJ *obj) const { in Preprocess() function 148 feature_extractor->Preprocess(workspaces, obj); in Preprocess()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_shape_verifier.cc | 20 Status GpuShapeVerifier::Preprocess(HloInstruction* hlo) { in Preprocess() function in xla::GpuShapeVerifier 33 return ShapeVerifier::Preprocess(hlo); in Preprocess()
|
D | gpu_shape_verifier.h | 33 Status Preprocess(HloInstruction* hlo) override;
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_shape_verifier.cc | 20 Status CpuShapeVerifier::Preprocess(HloInstruction* hlo) { in Preprocess() function in xla::CpuShapeVerifier 33 return ShapeVerifier::Preprocess(hlo); in Preprocess()
|
D | cpu_shape_verifier.h | 32 Status Preprocess(HloInstruction* hlo) override;
|
/external/libtextclassifier/native/lang_id/common/fel/ |
D | feature-extractor.h | 317 virtual void Preprocess(WorkspaceSet *workspaces, const OBJ *object) const {} in Preprocess() function 469 void Preprocess(WorkspaceSet *workspaces, const OBJ *object) const override { in Preprocess() function 471 function->Preprocess(workspaces, object); in Preprocess() 491 void Preprocess(WorkspaceSet *workspaces, const OBJ *object) const override { in Preprocess() function 493 function->Preprocess(workspaces, object); in Preprocess() 604 void Preprocess(WorkspaceSet *workspaces, const OBJ *object) const { in Preprocess() function 606 function->Preprocess(workspaces, object); in Preprocess()
|
/external/tflite-support/tensorflow_lite_support/cc/task/core/ |
D | base_task_api.h | 76 virtual absl::Status Preprocess( 101 RETURN_IF_ERROR(Preprocess(GetInputTensors(), args...)); in Infer() 121 RETURN_IF_ERROR(Preprocess(GetInputTensors(), args...)); in InferWithFallback()
|
/external/pdfium/fxbarcode/ |
D | cbc_eancode.cpp | 28 m_renderContents = Preprocess(contents); in Encode() 41 WideString CBC_EANCode::Preprocess(WideStringView contents) { in Preprocess() function in CBC_EANCode
|
D | cbc_eancode.h | 31 WideString Preprocess(WideStringView contents);
|
/external/clang/lib/Driver/ |
D | Phases.cpp | 18 case Preprocess: return "preprocessor"; in getPhaseName()
|
/external/clang/include/clang/Driver/ |
D | Phases.h | 19 Preprocess, enumerator
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/ |
D | base_vision_task_api.h | 114 absl::Status Preprocess(const std::vector<TfLiteTensor*>& input_tensors, in Preprocess() function 166 RETURN_IF_ERROR(frame_buffer_utils_->Preprocess( in Preprocess()
|
/external/angle/build/toolchain/win/rc/ |
D | rc.py | 124 def Preprocess(rc_file_data, flags): function 260 preprocessed_output = Preprocess(rc_file_data, flags)
|
/external/cronet/build/toolchain/win/rc/ |
D | rc.py | 124 def Preprocess(rc_file_data, flags): function 260 preprocessed_output = Preprocess(rc_file_data, flags)
|
/external/webrtc/test/ |
D | test_video_capturer.h | 32 virtual VideoFrame Preprocess(const VideoFrame& frame) = 0;
|
D | test_video_capturer.cc | 100 return preprocessor_->Preprocess(frame); in MaybePreprocess()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | dfs_hlo_visitor.cc | 65 Status DfsHloVisitorBase<HloInstructionPtr>::Preprocess(HloInstructionPtr) { in Preprocess() function in xla::DfsHloVisitorBase
|
D | bfloat16_normalization.cc | 46 Status Preprocess(HloInstruction* hlo) override; 517 Status BFloat16NormalizationVisitor::Preprocess(HloInstruction* hlo) { in Preprocess() function in xla::__anonf05231710111::BFloat16NormalizationVisitor
|
/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/ |
D | bert_nl_classifier.h | 84 absl::Status Preprocess(const std::vector<TfLiteTensor*>& input_tensors,
|
D | nl_classifier.h | 139 absl::Status Preprocess(const std::vector<TfLiteTensor*>& input_tensors,
|
/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/ |
D | bert_question_answerer.h | 132 absl::Status Preprocess(const std::vector<TfLiteTensor*>& input_tensors,
|
/external/libffi/ |
D | CMakeLists.txt | 60 # Preprocess this .S file before assembling it with ml64. It's not clear to me whether CMake is
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/ |
D | frame_buffer_utils.h | 256 absl::Status Preprocess(const FrameBuffer& buffer,
|
/external/webrtc/android_tools/ |
D | generate_bp.py | 386 def Preprocess(project): function 653 targets_by_arch[arch] = Preprocess(json.load(json_file))
|