Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/parallel/auto_parallel/
Drec_partition_test.cc74 TensorParam *TestPartition::MakeTensor(int n, int c, int h, int w) { in MakeTensor() function in mindspore::parallel::TestPartition
/third_party/mindspore/mindspore-src/source/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/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_py.cc307 TensorPtr TensorPy::MakeTensor(const py::array &input, const TypePtr &type_ptr) { in MakeTensor() function in mindspore::tensor::TensorPy
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dguard_utils.cc1041 mindspore::tensor::TensorPtr MakeTensor() { in MakeTensor() function in mindspore::pijit::MetaTensorData