Home
last modified time | relevance | path

Searched defs:input_matrix (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_ctclossv2_op.py30 def construct(self, input_matrix, target, input_lengths, target_lengths): argument
109 def compare_to_numpy(method, input_matrix, target, input_lengths, target_lengths): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/cpu/
Dtest_ctclossv2_op.py31 def construct(self, input_matrix, target, input_lengths, target_lengths): argument
110 def compare_to_numpy(method, input_matrix, target, input_lengths, target_lengths): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/dynamic_shape/grad/
Dtest_ctcloss_v2.py29 def construct(self, input_matrix, target, input_lengths, target_lengths): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dmatrix_triangular_solve.cc109 auto input_matrix = reinterpret_cast<T *>(matrix_tensor->GetData()); in MatrixTriangularSolveCompute() local
/third_party/ffmpeg/libavfilter/
Dvf_convolution_opencl.c111 float input_matrix[4][49]; in convolution_opencl_make_filter_params() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/optim/
Dthor.py884 def _process_batch_matmul(self, input_matrix): argument
893 def _process_cholesky_pad(self, pad_dim, input_matrix, matrix_shape0): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/
Ddvpp_image_utils.cc1931 cv::Mat input_matrix; in DvppPerspective() local