Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/
Dsparse_to_dense_tests.cc33 std::vector<int> input_shape1 = {3}; in TEST_F() local
56 std::vector<int> input_shape1 = {2}; in TEST_F() local
79 std::vector<int> input_shape1 = {2}; in TEST_F() local
102 std::vector<int> input_shape1 = {1}; in TEST_F() local
124 std::vector<int> input_shape1 = {1}; in TEST_F() local
146 std::vector<int> input_shape1 = {1}; in TEST_F() local
168 std::vector<int> input_shape1 = {1}; in TEST_F() local
Dprelu_tests.cc33 std::vector<int> input_shape1 = {1, 4, 5, 6}; in TEST_F() local
52 std::vector<int> input_shape1 = {1, 4, 5, 6}; in TEST_F() local
Dfill_tests.cc42 std::vector<int> input_shape1 = {2}; in TEST_F() local
113 std::vector<int> input_shape1 = {2, 4}; in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Darithmetic_infer.c39const int *input_shape1, int *ndim, int *in_shape0, int *in_shape1, int *out_shape, in BroadCastInferShape()
69 const int *input_shape1 = input1->shape_; in ArithmeticInferShape() local
Dbroadcast_to_infer.c67 const int *input_shape1, int *ndim, int *in_shape0, int *in_shape1) { in MakeUpInputShapes()
120 const int *input_shape1, int *ndim, int *out_shape, bool *has_broad_cast) { in BroadCastToShape()
/third_party/mindspore/tests/ut/cpp/dataset/
Dpad_end_op_test.cc39 TensorShape input_shape1({2, 2}); in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/
Dsquared_difference_kernel.h59 auto input_shape1 = AnfAlgo::GetInputRealDeviceShapeIfExist(kernel_node, 0); in Init() local