Home
last modified time | relevance | path

Searched defs:v_shape (Results 1 – 16 of 16) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dtensor_summary.cc32 …auto v_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[1]->BuildShape())[kShape… in TensorSummaryInferShape() local
Dscalar_summary.cc32 …auto v_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[1]->BuildShape())[kShape… in ScalarSummaryInferShape() local
Dapply_momentum.cc71 …auto v_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[0]->BuildShape())[kShape… in ApplyMomentumInfer() local
Dadam.cc33 …auto v_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[kInputIndex2]->GetShapeT… in AdamInfer() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ps/
Dsparse_apply_adam_ps_kernel.cc38 std::vector<size_t> &v_shape = *(shape_vec[2]); in InitKernel() local
Dsparse_apply_lazy_adam_ps_kernel.cc39 std::vector<size_t> &v_shape = *(shape_vec[2]); in InitKernel() local
/third_party/mindspore/mindspore/ops/operations/
Dinner_ops.py262 def infer_shape(self, grad_shape, v_shape, m_shape, var_shape, beta1_shape, sub1_shape, argument
441 def infer_shape(self, d_shape, s_shape, v_shape, a_shape, l_shape, g_shape, m_shape): argument
543 def infer_shape(self, var_shape, m_shape, v_shape, lr_shape, beta1_shape, beta2_shape, argument
Dnn_ops.py2667 def infer_shape(self, v_shape, a_shape, l_shape, g_shape, m_shape): argument
4595 … 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
5631 def infer_shape(self, var_shape, m_shape, v_shape, beta1_power_shape, lr_shape, argument
Dmath_ops.py1583 def infer_shape(self, x_shape, v_shape): argument
1652 def infer_shape(self, x_shape, v_shape): argument
Darray_ops.py5545 def infer_shape(self, x_shape, v_shape): argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/
Dadam_weight_decay_gpu_kernel.h86 auto v_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 2); in Init() local
Dadam_gpu_kernel.h89 auto v_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 2); in Init() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dadam_delta_cpu_kernel.cc65 std::vector<size_t> v_shape = AnfAlgo::GetInputDeviceShape(kernel_node, 1); in InitKernel() local
Dsparse_apply_lazy_adam_cpu_kernel.cc86 std::vector<size_t> v_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 2); in InitKernel() local
Dsparse_apply_adam_cpu_kernel.cc107 std::vector<size_t> v_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 2); in InitKernel() local
/third_party/mindspore/tests/ut/cpp/parallel/
Dstep_auto_parallel_test.cc179 std::vector<Shapes> v_shape = {v_inputs_shape, v_outputs_shape}; in TEST_F() local