Home
last modified time | relevance | path

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

123

/external/libtextclassifier/native/lang_id/common/
Dembedding-feature-interface.h57 void Preprocess(WorkspaceSet *workspace, OBJ *obj) const { in Preprocess() function
59 feature_extractor_.Preprocess(workspace, obj); in Preprocess()
96 Preprocess(&workspace, obj); in GetFeaturesNoCaching()
Dembedding-feature-extractor.h146 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/
Dgpu_shape_verifier.cc20 Status GpuShapeVerifier::Preprocess(HloInstruction* hlo) { in Preprocess() function in xla::GpuShapeVerifier
33 return ShapeVerifier::Preprocess(hlo); in Preprocess()
Dgpu_shape_verifier.h33 Status Preprocess(HloInstruction* hlo) override;
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_shape_verifier.cc20 Status CpuShapeVerifier::Preprocess(HloInstruction* hlo) { in Preprocess() function in xla::CpuShapeVerifier
33 return ShapeVerifier::Preprocess(hlo); in Preprocess()
Dcpu_shape_verifier.h32 Status Preprocess(HloInstruction* hlo) override;
/external/libtextclassifier/native/lang_id/common/fel/
Dfeature-extractor.h317 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/
Dbase_task_api.h76 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/
Dcbc_eancode.cpp28 m_renderContents = Preprocess(contents); in Encode()
41 WideString CBC_EANCode::Preprocess(WideStringView contents) { in Preprocess() function in CBC_EANCode
Dcbc_eancode.h31 WideString Preprocess(WideStringView contents);
/external/clang/lib/Driver/
DPhases.cpp18 case Preprocess: return "preprocessor"; in getPhaseName()
/external/clang/include/clang/Driver/
DPhases.h19 Preprocess, enumerator
/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/
Dbase_vision_task_api.h114 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/
Drc.py124 def Preprocess(rc_file_data, flags): function
260 preprocessed_output = Preprocess(rc_file_data, flags)
/external/cronet/build/toolchain/win/rc/
Drc.py124 def Preprocess(rc_file_data, flags): function
260 preprocessed_output = Preprocess(rc_file_data, flags)
/external/webrtc/test/
Dtest_video_capturer.h32 virtual VideoFrame Preprocess(const VideoFrame& frame) = 0;
Dtest_video_capturer.cc100 return preprocessor_->Preprocess(frame); in MaybePreprocess()
/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.cc65 Status DfsHloVisitorBase<HloInstructionPtr>::Preprocess(HloInstructionPtr) { in Preprocess() function in xla::DfsHloVisitorBase
Dbfloat16_normalization.cc46 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/
Dbert_nl_classifier.h84 absl::Status Preprocess(const std::vector<TfLiteTensor*>& input_tensors,
Dnl_classifier.h139 absl::Status Preprocess(const std::vector<TfLiteTensor*>& input_tensors,
/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/
Dbert_question_answerer.h132 absl::Status Preprocess(const std::vector<TfLiteTensor*>& input_tensors,
/external/libffi/
DCMakeLists.txt60 # 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/
Dframe_buffer_utils.h256 absl::Status Preprocess(const FrameBuffer& buffer,
/external/webrtc/android_tools/
Dgenerate_bp.py386 def Preprocess(project): function
653 targets_by_arch[arch] = Preprocess(json.load(json_file))

123