Home
last modified time | relevance | path

Searched defs:values_shape (Results 1 – 25 of 54) sorted by relevance

123

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/map_tensor/
Dmap_tensor_put_with_status_cpu_kernel.cc85 const auto &values_shape = inputs.at(kIndex2)->GetShapeVector(); in Resize() local
114 …StatusCpuKernelMod::InitSizeLists(const ShapeVector &keys_shape, const ShapeVector &values_shape) { in InitSizeLists()
Dmap_tensor_put_cpu_kernel.cc83 const auto &values_shape = inputs.at(kIndex2)->GetShapeVector(); in Resize() local
122 …sorPutCpuKernelMod::InitSizeLists(const ShapeVector &keys_shape, const ShapeVector &values_shape) { in InitSizeLists()
Dmap_tensor_get_data_cpu_kernel.cc79 const auto &values_shape = outputs.at(kIndex1)->GetShapeVector(); in Resize() local
106 …etDataCpuKernelMod::InitSizeLists(const ShapeVector &keys_shape, const ShapeVector &values_shape) { in InitSizeLists()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/map_tensor/
Dmap_tensor_put_gpu_kernel.cc77 const auto &values_shape = inputs.at(kIndex2)->GetShapeVector(); in Resize() local
104 …sorPutGpuKernelMod::InitSizeLists(const ShapeVector &keys_shape, const ShapeVector &values_shape) { in InitSizeLists()
Dmap_tensor_get_data_gpu_kernel.cc83 const auto &values_shape = outputs.at(kIndex1)->GetShapeVector(); in Resize() local
110 …etDataGpuKernelMod::InitSizeLists(const ShapeVector &keys_shape, const ShapeVector &values_shape) { in InitSizeLists()
/third_party/mindspore/mindspore-src/source/tests/st/ge/
Drun_sparse_tensor.py41 def coo_data_generate(values_shape): argument
82 def csr_data_generate(values_shape): argument
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ops/
Dtest_ops_cummax.cc35 ShapeVector values_shape; member
48 auto values_shape = std::make_shared<abstract::Shape>(param.values_shape); in TEST_P() local
Dtest_ops_cummin.cc35 ShapeVector values_shape; member
48 auto values_shape = std::make_shared<abstract::Shape>(param.values_shape); in TEST_P() local
Dtest_ops_searchsorted.cc34 std::vector<int64_t> values_shape; member
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dsparse_count_sparse_output.cc49 auto values_shape = input_args[kInputIndex1]->GetShape()->GetShapeVector(); in SparseCountSparseOutputInferShape() local
98 …auto values_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[kInputIndex1]->GetS… in SparseCountSparseOutputFrontendInferShape() local
Dlower_bound.cc45 …auto values_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[1]->GetShape())[kSh… in LowerBoundInferShape() local
Dupper_bound.cc45 …auto values_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[1]->GetShape())[kSh… in UpperBoundInferShape() local
Dsparse_matrix_softmax.cc58 …auto values_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[kInputIndex4]->GetS… in SparseMatrixSoftmaxInferShape() local
Dsparse_dense_cwise_arithmetic.cc65 …auto values_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[kInputIndex1]->GetS… in SparseDenseCwiseArithmeticInferShape() local
Dsparse_tensor_dense_mat_mul.cc107const ShapeVector &values_shape, const ShapeVector &shape_shape, in SparseTensorDenseMatmulCheckShape()
159 …auto values_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[1]->GetShape())[kSh… in SparseTensorDenseMatmulInferShape() local
Dsparse_to_dense.cc43 …auto values_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[kInputIndex1]->GetS… in SparseToDenseInferShape() local
Dsparse_reorder.cc42 auto values_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(values_shape_ptr)[kShape]; in SparseReorderInferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dsearchsorted.cc76 auto values_shape = values_shape_ptr->GetShapeVector(); in InferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/sparse/
Dsparse_softmax_gpu_kernel.cc51 …std::vector<int64_t> values_shape = std::vector<int64_t>(inputs.at(kIndex1)->GetDeviceShapeVector(… in Resize() local
Dsparse_reorder_gpu_kernel.cc66 auto values_shape = inputs.at(kIndex1)->GetShapeVector(); in Resize() local
Dsparse_dense_cwise_operation_gpu_kernel.cc103 …std::vector<int64_t> values_shape = std::vector<int64_t>(inputs.at(kIndex1)->GetDeviceShapeVector(… in Resize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dsparse_to_dense_cpu_kernal.cc50 auto values_shape = inputs.at(kIndex1)->GetShapeVector(); in Resize() local
Dset_size_cpu_kernel.cc39 auto values_shape = inputs[kIndex1]->GetShapeVector(); in Resize() local
Dsparse_reorder_cpu_kernal.cc51 auto values_shape = inputs.at(kIndex1)->GetShapeVector(); in Resize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/nn/
Dctcgreedydecoder_gpu_kernel.cc190 std::vector<int64_t> values_shape = outputs[kIndex1]->GetShapeVector(); in UpdateOutputShapeAndSize() local

123