Home
last modified time | relevance | path

Searched refs:GetNodeOutputTensor (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.h285 tensor::TensorPtr GetNodeOutputTensor(const session::KernelWithIndex &output_index) const { in GetNodeOutputTensor() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc1350 auto tensor = graph.GetNodeOutputTensor(std::make_pair(kernel, j)); in SyncNodeOutputTensors()