Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dpattern.h43 class NewTensor; variable
200 NewTensor() { unique_name_ = std::to_string(g_id_++); } in NewTensor() function
202 explicit NewTensor(tensor::TensorPtr input_tensor) : input_tensor_(input_tensor) { in NewTensor() function
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_parse_graph.cc84 Graph::NodeType NewTensor) { in CompleteOperatorInputs()
120 const size_t iter_input_tensors, Graph::NodeType NewTensor) { in Complete2DInputs()
/third_party/mindspore/mindspore/graph_utils/
Dgraph_pattern.py158 class NewTensor(NewTensor_): class