| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/ |
| D | scatter_nd_functor_impl.cu | 75 cudaError_t CalScatterNdFunctor(enum ScatterNdFunctorType func_type, const size_t &unit_size, const… in CalScatterNdFunctor() 115 cudaError_t CalScatterNdFunctor(enum ScatterNdFunctorType func_type, const size_t &unit_size, const… in CalScatterNdFunctor() 126 cudaError_t CalScatterNdFunctor(enum ScatterNdFunctorType func_type, const size_t &unit_size, const… in CalScatterNdFunctor() 137 cudaError_t CalScatterNdFunctor(enum ScatterNdFunctorType func_type, const size_t &unit_size, const… in CalScatterNdFunctor() 148 cudaError_t CalScatterNdFunctor(enum ScatterNdFunctorType func_type, const size_t &unit_size, const… in CalScatterNdFunctor()
|
| D | scatter_impl.cu | 182 cudaError_t Scatter(enum ScatterType func_type, S size_limit, const size_t &inner_size, const size_… in Scatter() 201 cudaError_t Scatter(enum ScatterType func_type, S size_limit, const size_t &inner_size, const size_… in Scatter() 221 cudaError_t Scatter(enum ScatterType func_type, S size_limit, const size_t &inner_size, const size_… in Scatter()
|
| D | scatter_functor_impl.cu | 81 cudaError_t ScatterFunc(enum ScatterFunctorType func_type, S size_limit, const size_t &inner_size, in ScatterFunc()
|
| /third_party/mesa3d/src/gallium/frontends/clover/util/ |
| D | tuple.hpp | 59 typedef typename std::remove_reference<F>::type func_type; typedef 91 typedef typename std::remove_reference<F>::type func_type; typedef
|
| /third_party/mindspore/mindspore-src/source/tests/st/ops/graph_kernel/custom/ |
| D | test_custom_intrin.py | 134 def __init__(self, func, func_type): argument 146 def __init__(self, func, func_type): argument
|
| D | test_ms_kernel.py | 71 def __init__(self, func, func_type, out_shape=None, out_dtype=None): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/pass/ |
| D | custom_op_reg_info_to_attr.cc | 133 auto func_type = common::AnfAlgo::GetNodeAttr<std::string>(cnode, kAttrFuncType); in BuildCustom() local 164 auto func_type = common::AnfAlgo::GetNodeAttr<std::string>(cnode, kAttrFuncType); in CheckMatchedDAG() local
|
| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/ |
| D | redundant_type_annotations.rs | 110 let func_type = extract_fn_ty(cx, call, init_path); in is_redundant_in_func_call() localVariable
|
| /third_party/ffmpeg/libavfilter/dnn/ |
| D | dnn_backend_common.c | 29 int ff_check_exec_params(void *ctx, DNNBackendType backend, DNNFunctionType func_type, DNNExecBaseP… in ff_check_exec_params()
|
| D | dnn_backend_openvino.c | 590 static int extract_lltask_from_task(DNNFunctionType func_type, TaskItem *task, Queue *lltask_queue,… in extract_lltask_from_task() 726 DNNModel *ff_dnn_load_model_ov(const char *model_filename, DNNFunctionType func_type, const char *o… in ff_dnn_load_model_ov()
|
| D | dnn_backend_native.c | 139 DNNModel *ff_dnn_load_model_native(const char *model_filename, DNNFunctionType func_type, const cha… in ff_dnn_load_model_native()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | wrap_opkill.cpp | 114 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
|
| D | type_manager.cpp | 976 Function* func_type = type->AsFunction(); in ReplaceForwardPointers() local 1032 Function* func_type = type->AsFunction(); in ReplaceType() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | wrap_opkill.cpp | 114 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
|
| D | type_manager.cpp | 976 Function* func_type = type->AsFunction(); in ReplaceForwardPointers() local 1032 Function* func_type = type->AsFunction(); in ReplaceType() local
|
| /third_party/spirv-tools/source/opt/ |
| D | wrap_opkill.cpp | 116 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
|
| D | type_manager.cpp | 1009 Function* func_type = type->AsFunction(); in ReplaceForwardPointers() local 1065 Function* func_type = type->AsFunction(); in ReplaceType() local
|
| /third_party/lzma/CPP/Common/ |
| D | Common0.h | 264 #define Z7_GET_PROC_ADDRESS(func_type, hmodule, func_name) \ argument
|
| /third_party/mindspore/mindspore-src/source/include/c_api/ms/ |
| D | node.h | 37 const char *func_type; member
|
| /third_party/ffmpeg/libavfilter/ |
| D | dnn_filter_common.c | 54 int ff_dnn_init(DnnContext *ctx, DNNFunctionType func_type, AVFilterContext *filter_ctx) in ff_dnn_init()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expanders/ |
| D | solve_triangular.cc | 55 std::string func_type = kFuncType; in Expand() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/ |
| D | custom_op_infer.cc | 43 auto func_type = GetValue<std::string>(primitive->GetAttr(kAttrFuncType)); in InferShape() local
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| D | dxil_function.c | 256 const struct dxil_type *func_type = in dxil_alloc_func_with_rettype() local
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_jit.c | 151 LLVMTypeRef func_type; in lp_jit_create_types() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/model/ |
| D | graph_builder.h | 74 …const std::string &func_type, const std::string &func_source_str, const size_t &inplace_assign_out… in Custom()
|