Home
last modified time | relevance | path

Searched defs:x_col (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Daddmm.cc57 int64_t x_col = x_shp[kIndex1]; in InferShape() local
105 int64_t x_col = x_shape[kIndex1]; in InferShape() local
Dbmm_ext.cc72 int64_t x_col = x_shp[2]; in InferShape() local
139 int64_t x_col = x_shp[2]; in InferShape() local
Dmatrix_exp.cc34 auto x_col = x_shape_vec[x_rank - kIndex2]; in InferShape() local
Ddense.cc89 auto x_col = x_shp[x_shp.size() - 1]; in InferShape() local
193 auto x_col = x_shp[x_shp.size() - 1]; in InferShape() local
Dmatrix_determinant.cc38 auto x_col = x_shape_vec[x_rank - kIndex2]; in InferShape() local
Dmv.cc57 int64_t x_col = x_shp[1]; in InferShape() local
Ddot.cc57 int64_t x_col = x_shp[0]; in InferShape() local
Dlog_matrix_determinant.cc40 auto x_col = x_shape_vec[x_rank - kIndex2]; in InferShape() local
Dmatmul.cc74 auto x_col = x_shp[(transpose_a ? 0 : 1)]; in InferShape2D() local
194 auto x_col = x_shp[(transpose_a ? 0 : 1)]; in InferShape() local
Dbatch_mat_mul.cc74 int64_t x_col = x_mat_shape[static_cast<size_t>(!transpose_a)]; in CheckBatchMatmulInputWhetherCanBeMul() local
Dweight_quant_batch_matmul.cc161 int64_t x_col = x_mat_shape[static_cast<size_t>(!transpose_x)]; in CheckBatchMatmulInputWhetherCanBeMul() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dmatmul_allreduce.cc76 auto x_col = x_shp[(transpose_a ? 0 : 1)]; in MatMulAllReduceInferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/expander/bprop/grad_ops/
Dgrad_nn_ops.cc331 auto x_col = x_shape[3]; in Calc() local
/third_party/mksh/
Dedit.c990 static int x_col; /* current column on line */ variable