Home
last modified time | relevance | path

Searched defs:backend_type (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_interface.c32 DNNModule *ff_get_dnn_module(DNNBackendType backend_type) in ff_get_dnn_module()
/third_party/ffmpeg/libavfilter/
Ddnn_filter_common.h31 DNNBackendType backend_type; member
Dvf_dnn_detect.c299 static int check_output_nb(DnnDetectContext *ctx, DNNBackendType backend_type, int output_nb) in check_output_nb()
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dtype_of.rs350 fn backend_type(&self, layout: TyAndLayout<'tcx>) -> Type<'gcc> { in backend_type() method
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dtype_.rs105 fn backend_type(&self, layout: TyAndLayout<'tcx>) -> Self::Type; in backend_type() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dtype_.rs260 fn backend_type(&self, layout: TyAndLayout<'tcx>) -> &'ll Type { in backend_type() method