Home
last modified time | relevance | path

Searched defs:shape2 (Results 1 – 25 of 42) sorted by relevance

12

/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/int8/
Dmul_int8_tests.cc37 std::vector<int> shape2 = {2, 1, 2}; in TEST_F() local
111 std::vector<int> shape2 = {2, 1, 3}; in TEST_F() local
185 std::vector<int> shape2 = {2, 1, 2}; in TEST_F() local
259 std::vector<int> shape2 = {2, 1, 2}; in TEST_F() local
333 std::vector<int> shape2 = {2, 3}; in TEST_F() local
Dconcat_int8_tests.cc37 std::vector<int> shape2 = {3, 2}; in TEST_F() local
112 std::vector<int> shape2 = {2, 1, 2}; in TEST_F() local
188 std::vector<int> shape2 = {2, 1, 2}; in TEST_F() local
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dsparse_to_dense_fp32_tests.cc37 std::vector<int> shape2 = {2}; in TEST_F() local
124 std::vector<int> shape2 = {2}; in TEST_F() local
211 std::vector<int> shape2 = {2}; in TEST_F() local
296 std::vector<int> shape2 = {1}; in TEST_F() local
381 std::vector<int> shape2 = {2}; in TEST_F() local
/third_party/mindspore/tests/st/ops/graph_kernel/
Dtest_squared_difference.py39 def test_squared_difference(shape1, shape2, dtype): argument
Dtest_relu_grad.py39 def test_relu_grad(shape1, shape2, dtype): argument
Dtest_bias_add.py39 def test_bias_add(shape1, shape2, data_format, dtype): argument
Dtest_clip_by_norm_no_div_sum.py47 def test_clip_by_norm_no_div_sum(shape0, shape1, shape2, shape3, dtype): argument
Dtest_layernorm_stitch.py72 def test_layernorm(shape1, shape2, dtype): argument
/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_unstack.cc54 auto shape2 = shape_vec[1]->cast<abstract::ShapePtr>()->shape(); in TEST_F() local
Dtest_ops_custom_predict.cc55 auto shape2 = shape_vec[1]->cast<abstract::ShapePtr>()->shape(); in TEST_F() local
Dtest_ops_unpack.cc54 auto shape2 = shape_vec[1]->cast<abstract::ShapePtr>()->shape(); in TEST_F() local
Dtest_ops_hashtable_lookup.cc56 auto shape2 = shape_vec[1]->cast<abstract::ShapePtr>()->shape(); in TEST_F() local
Dtest_ops_layer_norm_beta_gamma_backprop_v2.cc58 auto shape2 = shape_vec[1]->cast<abstract::ShapePtr>()->shape(); in TEST_F() local
Dtest_ops_topk.cc67 auto shape2 = shape_vec[1]->cast<abstract::ShapePtr>()->shape(); in TEST_F() local
Dtest_ops_merge.cc57 auto shape2 = shape_vec[1]->cast<abstract::ShapePtr>()->shape(); in TEST_F() local
Dtest_ops_layer_norm_x_backprop_v2.cc63 auto shape2 = shape_vec[1]->cast<abstract::ShapePtr>()->shape(); in TEST_F() local
Dtest_ops_detection_post_process.cc55 auto shape2 = shape_vec[1]->cast<abstract::ShapePtr>()->shape(); in TEST_F() local
Dtest_ops_batch_norm.cc56 auto shape2 = shape_vec[1]->cast<abstract::ShapePtr>()->shape(); in TEST_F() local
Dtest_ops_batch_norm_grad.cc62 auto shape2 = shape_vec[2]->cast<abstract::ShapePtr>()->shape(); in TEST_F() local
/third_party/mindspore/mindspore/ops/composite/
Dmath_ops.py671 def _infer_shape_rem(shape1, shape2, ndim1, ndim2, transpose_b): argument
686 def _check_matmul_shapes(shape1, shape2, prim_name=None): argument
718 def _check_need_broadcast(shape1, shape2): argument
/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/
Dtensorrt_utils.h88 bool SameDims(const std::vector<T1> &shape1, const std::vector<T2> &shape2) { in SameDims()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dadd_relu_grad_v2_fusion.cc80 std::vector<size_t> shape2 = AnfAlgo::GetPrevNodeOutputInferShape(tensor_add, 1); in Process() local
Dadd_relu_v2_fusion.cc78 std::vector<size_t> shape2 = AnfAlgo::GetPrevNodeOutputInferShape(tensor_add, 1); in Process() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/
Dbroadcast_complex_gpu_kernel.h62 auto shape2 = AnfAlgo::GetInputRealDeviceShapeIfExist(kernel_node, 1); in Init() local
/third_party/mindspore/mindspore/core/abstract/
Dutils.cc55 ShapePtr CalculateDynamicShape(const ShapePtr &shape1, const ShapePtr &shape2, const ShapeVector &d… in CalculateDynamicShape()
104 ShapePtr ShapeJoin(const ShapePtr &shape1, const ShapePtr &shape2) { in ShapeJoin()

12