Home
last modified time | relevance | path

Searched defs:linear_shape (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ps/
Dsparse_apply_ftrl_ps_kernel.cc36 std::vector<size_t> linear_shape = *(shape_vec[2]); in InitKernel() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/
Dftrl_gpu_kernel.h83 auto linear_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 2); in Init() local
Dsparse_ftrl_gpu_kernel.h83 auto linear_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 2); in Init() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dsparse_apply_ftrl_cpu_kernel.cc90 std::vector<size_t> linear_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 2); in InitKernel() local
/third_party/mindspore/mindspore/ops/operations/
Dnn_ops.py5223 def infer_shape(self, var_shape, accum_shape, linear_shape, grad_shape, indices_shape): argument
7014 …def infer_shape(self, var_shape, accum_shape, linear_shape, grad_shape, lr_shape, l1_shape, l2_sha… argument
7124 def check_shape(self, var_shape, accum_shape, linear_shape, grad_shape, indices_shape): argument
7232 def infer_shape(self, var_shape, accum_shape, linear_shape, grad_shape, indices_shape): argument