Home
last modified time | relevance | path

Searched defs:func_type (Results 1 – 25 of 50) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dscatter_nd_functor_impl.cu75 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()
Dscatter_impl.cu182 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()
Dscatter_functor_impl.cu81 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/
Dtuple.hpp59 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/
Dtest_custom_intrin.py134 def __init__(self, func, func_type): argument
146 def __init__(self, func, func_type): argument
Dtest_ms_kernel.py71 def __init__(self, func, func_type, out_shape=None, out_dtype=None): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/pass/
Dcustom_op_reg_info_to_attr.cc133 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/
Dredundant_type_annotations.rs110 let func_type = extract_fn_ty(cx, call, init_path); in is_redundant_in_func_call() localVariable
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_common.c29 int ff_check_exec_params(void *ctx, DNNBackendType backend, DNNFunctionType func_type, DNNExecBaseP… in ff_check_exec_params()
Ddnn_backend_openvino.c590 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()
Ddnn_backend_native.c139 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/
Dwrap_opkill.cpp114 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
Dtype_manager.cpp976 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/
Dwrap_opkill.cpp114 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
Dtype_manager.cpp976 Function* func_type = type->AsFunction(); in ReplaceForwardPointers() local
1032 Function* func_type = type->AsFunction(); in ReplaceType() local
/third_party/spirv-tools/source/opt/
Dwrap_opkill.cpp116 analysis::Function func_type(registered_void_type, {}); in GetVoidFunctionTypeId() local
Dtype_manager.cpp1009 Function* func_type = type->AsFunction(); in ReplaceForwardPointers() local
1065 Function* func_type = type->AsFunction(); in ReplaceType() local
/third_party/lzma/CPP/Common/
DCommon0.h264 #define Z7_GET_PROC_ADDRESS(func_type, hmodule, func_name) \ argument
/third_party/mindspore/mindspore-src/source/include/c_api/ms/
Dnode.h37 const char *func_type; member
/third_party/ffmpeg/libavfilter/
Ddnn_filter_common.c54 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/
Dsolve_triangular.cc55 std::string func_type = kFuncType; in Expand() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/
Dcustom_op_infer.cc43 auto func_type = GetValue<std::string>(primitive->GetAttr(kAttrFuncType)); in InferShape() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_function.c256 const struct dxil_type *func_type = in dxil_alloc_func_with_rettype() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c151 LLVMTypeRef func_type; in lp_jit_create_types() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/model/
Dgraph_builder.h74const std::string &func_type, const std::string &func_source_str, const size_t &inplace_assign_out… in Custom()

12