Home
last modified time | relevance | path

Searched defs:to_ptr (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Duniform.cc70 AttrValue *to_ptr = ctx.GetAttr("to"); in DoCompute() local
/third_party/ncurses/ncurses/tinfo/
Dparse_entry.c926 struct name_table_entry const *to_ptr; in postprocess_termcap() local
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/
Dvalue_and_place.rs469 pub(crate) fn to_ptr(self) -> Pointer { in to_ptr() method
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs395 fn to_ptr(self, is_const: bool) -> syn::Type; in to_ptr() method
399 fn to_ptr(self, is_const: bool) -> syn::Type { in to_ptr() method
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/np_dtype/
Dnp_dtypes.cc1145 To *to_ptr = static_cast<To *>(to); in NpyCast() local