Searched defs:MakeTensor (Results 1 – 4 of 4) sorted by relevance
100 MeTensorPtr MakeTensor(const TypePtr& t, std::initializer_list<int64_t> shp) { in MakeTensor() function
31 const TensorParam MakeTensor(int64_t n, int64_t c, int64_t h, int64_t w) { in MakeTensor() function
72 TensorParam *TestPartition::MakeTensor(int n, int c, int h, int w) { in MakeTensor() function in mindspore::parallel::TestPartition
197 TensorPtr TensorPy::MakeTensor(const py::array &input, const TypePtr &type_ptr) { in MakeTensor() function in mindspore::tensor::TensorPy