Home
last modified time | relevance | path

Searched defs:src_t (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dto_format.cc29 void ToFormat::set_src_t(const int64_t src_t) { (void)this->AddAttr(kSrcT, MakeValue(src_t)); } in set_src_t()
41 void ToFormat::Init(const int64_t src_t, const int64_t dst_t) { in Init()
Dquant_dtype_cast.cc21 void QuantDTypeCast::set_src_t(const int64_t src_t) { (void)AddAttr(kSrcT, MakeValue(src_t)); } in set_src_t()
28 void QuantDTypeCast::Init(const int64_t src_t, const int64_t dst_t) { in Init()
/third_party/boost/boost/python/object/
Dvalue_holder.hpp90 type_info src_t = python::type_id<Value>(); in holds() local
99 type_info src_t = python::type_id<Value>(); in holds() local
Dpointer_holder.hpp152 type_info src_t = python::type_id<non_const_value>(); in holds() local
172 type_info src_t = python::type_id<Value>(); in holds() local
/third_party/boost/libs/python/src/object/
Dinheritance.cpp390 inline void* convert_type(void* const p, class_id src_t, class_id dst_t, bool polymorphic) in convert_type()
441 BOOST_PYTHON_DECL void* find_dynamic_type(void* p, class_id src_t, class_id dst_t) in find_dynamic_type()
446 BOOST_PYTHON_DECL void* find_static_type(void* p, class_id src_t, class_id dst_t) in find_static_type()
452 class_id src_t, class_id dst_t, cast_function cast, bool is_downcast) in add_cast()
/third_party/boost/boost/python/
Dcast.hpp78 typedef typename detail::add_cv<Source>::type src_t; in upcast_impl() typedef
/third_party/boost/boost/gil/
Dcolor_convert.hpp161 using src_t = typename channel_type<SrcPixel>::type; in operator ()() typedef
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c2128 struct pipe_transfer *src_t, *dst_t; in handle_copy_image_to_buffer2_khr() local
2209 struct pipe_transfer *src_t, *dst_t; in handle_copy_buffer_to_image() local
2831 struct pipe_transfer *src_t; in handle_copy_query_pool_results() local
/third_party/mindspore/mindspore/lite/mindir/src/
Dmindir.cc2814 PrimitivePtr MindIR_QuantDTypeCast_CreatePrimitive(int64_t src_t, int64_t dst_t) { in MindIR_QuantDTypeCast_CreatePrimitive()
2838 void MindIR_QuantDTypeCast_SetSrcT(PrimitivePtr *primitive, int64_t src_t) { in MindIR_QuantDTypeCast_SetSrcT()