Searched refs:test_input_tensor (Results 1 – 1 of 1) sorted by relevance
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | solarize_op_test.cc | 54 std::shared_ptr<Tensor> test_input_tensor; in TEST_F() local 56 …eateFromVector(test_vector, TensorShape({1, (long int)test_vector.size(), 1}), &test_input_tensor); in TEST_F() 61 Status s = op->Compute(test_input_tensor, &test_output_tensor); in TEST_F() 82 std::shared_ptr<Tensor> test_input_tensor; in TEST_F() local 84 …eateFromVector(test_vector, TensorShape({1, (long int)test_vector.size(), 1}), &test_input_tensor); in TEST_F() 89 Status s = op->Compute(test_input_tensor, &test_output_tensor); in TEST_F() 107 std::shared_ptr<Tensor> test_input_tensor; in TEST_F() local 109 …eateFromVector(test_vector, TensorShape({1, (long int)test_vector.size(), 1}), &test_input_tensor); in TEST_F() 114 Status s = op->Compute(test_input_tensor, &test_output_tensor); in TEST_F() 132 std::shared_ptr<Tensor> test_input_tensor; in TEST_F() local [all …]
|