Home
last modified time | relevance | path

Searched refs:lr_shape (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dsparse_apply_r_m_s_prop.cc43 …auto lr_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[3]->BuildShape())[kShap… in InferShape() local
48 …(void)CheckAndConvertUtils::CheckInteger("size of lr_shape", SizeToLong(lr_shape.size()), kEqual, … in InferShape()
Dapply_adagrad_d_a.cc41 …auto lr_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[kInputIndex4]->BuildSha… in InferShape() local
47 …(void)CheckAndConvertUtils::CheckInteger("lr_shape size", SizeToInt(lr_shape.size()), kEqual, inpu… in InferShape()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dsparse_apply_proximal_adagrad_cpu_kernel.cc86 std::vector<size_t> lr_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 2); in InitKernel() local
114 if (!lr_shape.empty()) { in InitKernel()
/third_party/mindspore/mindspore/ops/operations/
Dnn_ops.py4595 … def infer_shape(self, var_shape, m_shape, v_shape, beta1_power_shape, beta2_power_shape, lr_shape, argument
4702 def infer_shape(self, var_shape, m_shape, v_shape, lr_shape, beta1_shape, beta2_shape, argument
4815 def infer_shape(self, m_shape, v_shape, beta1_power_shape, beta2_power_shape, lr_shape, argument
4955 … def infer_shape(self, var_shape, m_shape, v_shape, beta1_power_shape, beta2_power_shape, lr_shape, argument
5106 … def infer_shape(self, var_shape, m_shape, v_shape, beta1_power_shape, beta2_power_shape, lr_shape, argument
5329 def infer_shape(self, var_shape, accum_shape, lr_shape, l1_shape, l2_shape, argument
5631 def infer_shape(self, var_shape, m_shape, v_shape, beta1_power_shape, lr_shape, argument
5640 lr_shp_len = len(lr_shape)
5643 validator.check_int(lr_shape[0], 1, Rel.EQ, "lr_shape[0]", self.name)
5764 def infer_shape(self, var_shape, accum_shape, accum_update_shape, lr_shape, rho_shape, argument
[all …]
Dinner_ops.py324 def infer_shape(self, w_norm_shape, g_norm_shape, lr_shape, update_shape, var_shape): argument
543 def infer_shape(self, var_shape, m_shape, v_shape, lr_shape, beta1_shape, beta2_shape, argument