Home
last modified time | relevance | path

Searched defs:input_dtype (Results 1 – 19 of 19) sorted by relevance

/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dcast.cc43 auto input_dtype = in_tensors_.front()->data_type(); in CheckSpecs() local
/third_party/mindspore/mindspore/core/ops/
Dfill.cc34 auto input_dtype = input_args[kInputIndex0]->cast<abstract::AbstractTypePtr>(); in FillInfer() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dunsorted_segment_sum_fission.cc116 auto input_dtype = AnfAlgo::GetPrevNodeOutputInferDataType(origin_node, 0); in Process() local
Dgather_v2_ds_fission.cc166 auto input_dtype = AnfAlgo::GetPrevNodeOutputInferDataType(origin_node, 0); in Process() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dderelu_fusion.cc61 auto input_dtype = AnfAlgo::GetPrevNodeOutputInferDataType(relu, 0); in CreateReluV2() local
/third_party/mindspore/mindspore/nn/layer/
Dlstm.py42 def _check_input_dtype(input_dtype, param_name, allow_dtypes, cls_name): argument
Dembedding.py47 def _check_input_dtype(input_dtype, param_name, allow_dtypes, cls_name): argument
Dimage.py133 def _check_input_dtype(input_dtype, param_name, allow_dtypes, cls_name): argument
Dmath.py50 def _check_input_dtype(param_name, input_dtype, allow_dtypes, cls_name): argument
Drnns.py42 def _check_input_dtype(input_dtype, param_name, allow_dtypes, cls_name): argument
/third_party/mindspore/mindspore/ops/operations/
D_embedding_cache_ops.py135 def check_dtype(self, input_dtype, per_group_size_dtype, group_num_dtype): argument
D_inner_ops.py645 def check_dtype(self, input_dtype): argument
692 def infer_type(self, input_dtype): argument
Dmath_ops.py5379 def infer_dtype(self, input_dtype): argument
5418 def infer_dtype(self, input_dtype): argument
5461 def infer_dtype(self, input_dtype): argument
Dsponge_ops.py3022 def infer_dtype(self, input_dtype): argument
3058 def infer_dtype(self, input_dtype): argument
Dnn_ops.py3562 def infer_dtype(self, input_dtype): argument
/third_party/mindspore/mindspore/parallel/nn/
Dlayers.py168 def _check_input_dtype(input_dtype, param_name, allow_dtypes, cls_name): argument
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dkernel_select_cpu.cc165 TypeId input_dtype = kernel_attr->GetInputAttr(0).first; in ExpandKernelAttr() local
/third_party/mindspore/mindspore/ops/composite/multitype_ops/
D_constexpr_utils.py545 def get_np_eps(input_dtype): argument
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc2662 auto input_dtype = input_abs->BuildType()->ToString(); in GetArgsSpec() local