Home
last modified time | relevance | path

Searched defs:dtypes (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_convert_utils.cc81 TypeId DtypeToTypeId(const std::string &dtypes) { in DtypeToTypeId()
97 size_t GetDtypeNbyte(const std::string &dtypes) { in GetDtypeNbyte()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/pyfunc/
Dpy_func_cpu_kernel.h38 std::vector<TypePtr> dtypes; member
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/
Dall_to_all_unify_mindir.cc82 std::vector<TypeId> dtypes(split_count, dtype); in CreateSplitNode() local
110 std::vector<TypeId> dtypes(split_count, single_type); in CreateAllToAllvNode() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dunique_cpu_kernel.cc64 std::vector<TypeId> dtypes(output_num); in Launch() local
Dmasked_select_cpu_kernel.cc73 std::vector<TypeId> dtypes(output_num); in Launch() local
Dsub_and_filter_cpu_kernel.cc81 std::vector<TypeId> dtypes(output_num); in LaunchKernel() local
Dpad_and_shift_cpu_kernel.cc89 std::vector<TypeId> dtypes(output_nums); in LaunchKernel() local
Dmap_cache_idx_cpu_kernel.cc55 std::vector<TypeId> dtypes(output_num); in UpdateShape() local
/third_party/mindspore/tests/st/ops/ascend/test_aicpu_ops/
Dtest_tensor_setitem.py39 def test_tensor_setitem_net_many_dtype(input_shape, update_shape, slice_tuple, dtypes): argument
Dtest_tensor_copy_slices.py62 def test_tensor_copy_slices_net_many_dtype(input_shape, update_shape, begin, end, strides, dtypes): argument
/third_party/mindspore/tests/st/ops/gpu/
Dtest_rl_buffer_net.py28 def create_tensor(capcity, shapes, dtypes): argument
Dtest_prelu_op.py67 dtypes = [mstype.float16, mstype.float32] variable
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_cache.h83 std::vector<SignatureEnumDType> dtypes; member
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/enhancer/
Dsplit_inputs_for_reduce_scatter.cc34 std::vector<TypeId> dtypes(rank_size, AnfAlgo::GetPrevNodeOutputInferDataType(node, i)); in InsertSplitForInput() local
Dconcat_outputs_for_all_gather.cc104 const std::vector<TypeId> &dtypes = {std::get<0>(output_info)[i]}; in InsertConcatForOutput() local
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/
Ddo_signature.cc153 MaxTypeMap GetMaxDtype(const std::vector<SignatureEnumDType> &dtypes, const std::vector<TypePtr> &i… in GetMaxDtype()
202 std::vector<SignatureEnumDType> dtypes; in DoAutoCast() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp192 …ayout (const DeviceInterface& vkdi, const VkDevice& device, const vector<VkDescriptorType>& dtypes) in createDescriptorSetLayout()
242 …rPool (const DeviceInterface& vkdi, const VkDevice& device, const vector<VkDescriptorType>& dtypes) in createDescriptorPool()
258 …ce, VkDescriptorPool pool, VkDescriptorSetLayout layout, const vector<VkDescriptorType>& dtypes, c… in createDescriptorSet()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dcommon_utils.cc261 TypeId DtypeToTypeId(const std::string &dtypes) { in DtypeToTypeId()
315 std::vector<std::string> dtypes = input->dtypes(); in SetInputKernelBuilderInfo() local
391 std::vector<std::string> dtypes = output->dtypes(); in SetOutputKernelBuilderInfo() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dconcat_outputs_for_all_gather.cc102 const std::vector<TypeId> &dtypes = {std::get<0>(output_info)[i]}; in InsertConcatForOutput() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Ddynamic_gru_v2_grad_fission.cc224 …auto dtypes = {AnfAlgo::GetOutputInferDataType(input_h, 0), AnfAlgo::GetOutputInferDataType(input_… in AddHSplitNode() local
321 …auto dtypes = {AnfAlgo::GetOutputInferDataType(dgate_h, 0), AnfAlgo::GetOutputInferDataType(dgate_… in CreateDgateHSplitVDNode() local
Ddynamic_rnn_grad_fission_v2.cc301 …auto dtypes = {AnfAlgo::GetOutputInferDataType(origin_input6, 0), AnfAlgo::GetOutputInferDataType(… in CreateSplitV() local
/third_party/mindspore/mindspore/ops/composite/multitype_ops/
D_constexpr_utils.py267 def judge_indexes_types(dtypes, target_type): argument
297 def check_types_valid(dtypes, target_type, op_name): argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/
Dopinfo.h68 const std::vector<std::string> &dtypes() const { return dtypes_; } in dtypes() function
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Dcommunication_op_fusion.cc346 std::vector<TypeId> dtypes(output_num, AnfAlgo::GetOutputInferDataType(final_node, 0)); in CreateFusedCommunicationOp() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_select/
Dtbe_kernel_select.cc505 std::vector<std::string> dtypes; member

12