Home
last modified time | relevance | path

Searched defs:to_ptr (Results 1 – 3 of 3) 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/rust/crates/bindgen/bindgen/codegen/
Dmod.rs384 fn to_ptr(self, is_const: bool) -> proc_macro2::TokenStream; in to_ptr() method
388 fn to_ptr(self, is_const: bool) -> proc_macro2::TokenStream { 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