Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.h280 tensor::TensorPtr GetCNodeOutputTensor(const KernelWithIndex &kernel_with_index,
Dsession_basic.cc1423 TensorPtr SessionBasic::GetCNodeOutputTensor(const KernelWithIndex &kernel_with_index, in GetCNodeOutputTensor() function in mindspore::session::SessionBasic
1451 tensor = GetCNodeOutputTensor(kernel_with_index, op_output); in GetOpInputTensors()
1487 tensor::TensorPtr tensor = GetCNodeOutputTensor(kernel_with_index, op_output); in GetOpInputTensorByIndex()