Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/nnrt/
Dnnrt_delegate.cc448 auto new_tensor_index = new_tensor_maps[iter.second]; in CreateLiteGraphForNNRTSubgraph() local
471 int new_tensor_index = new_tensor_maps.at(iter.second); in CreateLiteGraphForNNRTSubgraph() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/composite/
Dtensor_index.cc831 AnfNodePtr new_tensor_index = normalized_tensors[i]; in GetItemByTuple() local
1099 AnfNodePtr new_tensor_index = normalized_tensors[i]; in SetItemByTuple() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.cc696 TensorPtr new_tensor_index = std::make_shared<Tensor>(kNumberTypeInt32, ShapeVector({0})); in TensorGetitemByTuple() local