Home
last modified time | relevance | path

Searched defs:MakeTensor (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/tests/ut/cpp/transform/
Dtransform_base_test.cc100 MeTensorPtr MakeTensor(const TypePtr& t, std::initializer_list<int64_t> shp) { in MakeTensor() function
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_parse_graph.cc31 const TensorParam MakeTensor(int64_t n, int64_t c, int64_t h, int64_t w) { in MakeTensor() function
/third_party/mindspore/tests/ut/cpp/parallel/auto_parallel/
Drec_partition_test.cc72 TensorParam *TestPartition::MakeTensor(int n, int c, int h, int w) { in MakeTensor() function in mindspore::parallel::TestPartition
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dtensor_py.cc197 TensorPtr TensorPy::MakeTensor(const py::array &input, const TypePtr &type_ptr) { in MakeTensor() function in mindspore::tensor::TensorPy