Home
last modified time | relevance | path

Searched defs:create_tensor (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/ops/cpu/
Dtest_rl_buffer_net.py28 def create_tensor(capcity, shapes, types): function
/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_rl_buffer_net.py28 def create_tensor(capcity, shapes, dtypes): function
/third_party/mindspore/mindspore-src/source/mindspore/lite/python/src/
Dtensor_pybind.cc138 MSTensorPtr create_tensor(DataType data_type, const std::vector<int64_t> &shape, const std::string … in create_tensor() function