Searched defs:create_tensor (Results 1 – 3 of 3) sorted by relevance
28 def create_tensor(capcity, shapes, types): function
28 def create_tensor(capcity, shapes, dtypes): function
138 MSTensorPtr create_tensor(DataType data_type, const std::vector<int64_t> &shape, const std::string … in create_tensor() function