Home
last modified time | relevance | path

Searched defs:x_dtype (Results 1 – 25 of 28) sorted by relevance

12

/third_party/mindspore/mindspore/ops/operations/
Dcomm_ops.py164 def infer_dtype(self, x_dtype): argument
241 def infer_dtype(self, x_dtype): argument
278 def infer_dtype(self, x_dtype, z_shape): argument
309 def infer_dtype(self, x_dtype, z_dtype): argument
359 def infer_dtype(self, x_dtype): argument
437 def infer_dtype(self, x_dtype): argument
490 def infer_dtype(self, x_dtype): argument
564 def infer_dtype(self, x_dtype): argument
705 def infer_dtype(self, x_dtype): argument
735 def infer_dtype(self, x_dtype): argument
[all …]
Dmath_ops.py93 def do_infer_dtype(x_dtype, y_dtype, valid_dtype=mstype.number_type, prim_name=None): argument
116 def infer_dtype(self, x_dtype, y_dtype): argument
1516 def infer_dtype(self, x_dtype): argument
1577 def infer_dtype(self, x_dtype, v_dtype): argument
1646 def infer_dtype(self, x_dtype, v_dtype): argument
1808 def infer_dtype(self, x_dtype, y_dtype): argument
1886 def infer_dtype(self, x_dtype): argument
2198 def infer_dtype(self, x_dtype, range_dtype): argument
2328 def infer_dtype(self, x_dtype): argument
2936 def infer_dtype(self, x_dtype): argument
[all …]
Darray_ops.py69 def infer_dtype(self, x_dtype, indices_dtype, updates_dtype): argument
109 def check_dtype(self, x_dtype, indices_dtype, updates_dtype): argument
686 def infer_dtype(self, x_dtype): argument
1686 def infer_dtype(self, x_dtype): argument
1743 def infer_dtype(self, x_dtype): argument
1811 def infer_dtype(self, x_dtype): argument
1879 def infer_dtype(self, x_dtype): argument
2883 def infer_dtype(self, x_dtype): argument
2927 def infer_dtype(self, x_dtype): argument
3713 def infer_dtype(self, x_dtype): argument
[all …]
D_inner_ops.py170 def infer_dtype(self, x_dtype): argument
314 def infer_dtype(self, x_dtype, assist_dtype): argument
363 def infer_dtype(self, x_dtype, assist_dtype): argument
430 def infer_dtype(self, x_dtype): argument
491 def infer_dtype(self, x_dtype=None): argument
522 def infer_dtype(self, x_dtype, diagonal_dtype, assist_dtype): argument
D_grad_ops.py131 def infer_dtype(self, x_dtype, dout_dtype): argument
148 def infer_dtype(self, x_dtype, dout_dtype): argument
171 def infer_dtype(self, x_dtype, dout_dtype): argument
733 def infer_dtype(self, y_backprop_dtype, x_dtype, y_dtype): argument
751 def infer_dtype(self, y_backprop_dtype, x_dtype): argument
997 def infer_dtype(self, x_dtype, y_dtype, grad_dtype): argument
1028 def infer_dtype(self, x_dtype, y_dtype, grad_dtype): argument
1059 def infer_dtype(self, x_dtype, grad_dtype, argmax_dtype): argument
1105 def infer_dtype(self, x_dtype, grad_dtype, argmax_dtype): argument
1308 def infer_dtype(self, x_dtype, hx_dtype, y_dtype, reserve_dtype, state_dtype): argument
[all …]
Dnn_ops.py233 def infer_dtype(self, x_dtype): argument
502 def infer_dtype(self, x_dtype): argument
556 def infer_dtype(self, x_dtype): argument
753 def infer_dtype(self, x_dtype): argument
1605 def infer_dtype(self, x_dtype, w_dtype, b_dtype=None): argument
1684 def infer_dtype(self, x_dtype): argument
1829 def infer_dtype(self, x_dtype): argument
1984 def infer_dtype(self, x_dtype): argument
2468 def infer_dtype(self, x_dtype, t_dtype, w_dtype): argument
2889 def infer_dtype(self, x_dtype): argument
[all …]
D_thor_ops.py528 def infer_dtype(self, x_dtype): argument
602 def infer_dtype(self, x_dtype): argument
Drandom_ops.py435 def infer_dtype(self, x_dtype): argument
/third_party/mindspore/mindspore/core/ops/
Dreluv2.cc30 …GetOutputMaskShape(const std::vector<int64_t> &input_shape, const std::shared_ptr<Type> &x_dtype) { in GetOutputMaskShape()
71 auto x_dtype = input_type->element(); in InferShape() local
Dcos.cc32 auto x_dtype = input_args[0]->BuildType(); in CosInferType() local
Ddiag.cc39 auto x_dtype = input_args[0]->BuildType(); in PartInferType() local
Ddiag_part.cc49 auto x_dtype = input_args[0]->BuildType(); in DiagPartInferType() local
Darg_min.cc60 auto x_dtype = input_args[0]->BuildType()->cast<TensorTypePtr>()->element(); in ArgMinInfer() local
Dbroadcast_to.cc69 auto x_dtype = input_args[0]->BuildType()->cast<TensorTypePtr>(); in BroadcastToInferType() local
Dsquare.cc45 auto x_dtype = input_args[kInputIndex0]->BuildType(); in SquareInferType() local
Dtile.cc87 auto x_dtype = x_type_map->cast<TensorTypePtr>(); in TileInferType() local
Davg_pool_3d.cc166 auto x_dtype = input_args[0]->BuildType(); in InferType() local
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_inner_ops.py26 def _get_matrix_diag_assist(x_shape, x_dtype): argument
33 def _get_matrix_diag_part_assist(x_shape, x_dtype): argument
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/
Davg_pool_grad_unify_mindir.cc102 const PadMode pad_mode, const TypeId x_dtype) { in CreateMeanMatrixValueNode()
157 const std::vector<int64_t> &k_size, const TypeId x_dtype) { in CreateKernelMatrixValueNode()
194 auto x_dtype = AnfAlgo::GetPrevNodeOutputInferDataType(avgpool_grad, 0); in Process() local
/third_party/mindspore/mindspore/nn/layer/
Dbasic.py351 def _dtype_check(x_dtype, prim_name=None): argument
999 def tril(x_shape, x_dtype, k): argument
1086 def triu(x_shape, x_dtype, k): argument
1173 def _get_matrix_diag_assist(x_shape, x_dtype): argument
1181 def _get_matrix_diag_part_assist(x_shape, x_dtype): argument
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dspace_to_depth_split.cc108 TypeId x_dtype = AnfAlgo::GetOutputInferDataType(ori_inputs[kIndex1], 0); in Process() local
/third_party/mindspore/tests/st/ops/cpu/
Dtest_shift_op.py48 def infer_dtype(self, x_dtype, fill_value_type): argument
Dtest_rolling_op.py56 def infer_dtype(self, x_dtype): argument
/third_party/mindspore/tests/ut/python/ops/
Dtest_math_ops.py156 def infer_dtype(self, x_dtype, out_dtype, dout_dtype): argument
182 def infer_dtype(self, x_dtype): argument
/third_party/mindspore/tests/ut/python/optimizer/
Dtest_debug_location.py59 def infer_dtype(self, x_dtype, y_dtype): argument

12