Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/pyboost/
Dpyboost_utils.cc60 void PyBoostUtils::CreateOutputTensor(const AbstractBasePtr &abstract, std::vector<tensor::BaseTens… in CreateOutputTensor() function in mindspore::kernel::pyboost::PyBoostUtils
126 void PyBoostUtils::CreateOutputTensor(const ValueSimpleInfoPtr &output_value_simple_info, in CreateOutputTensor() function in mindspore::kernel::pyboost::PyBoostUtils
206 void PyBoostUtils::CreateOutputTensor(const DeviceContext *device_context, const tensor::BaseTensor… in CreateOutputTensor() function in mindspore::kernel::pyboost::PyBoostUtils
214 void PyBoostUtils::CreateOutputTensor(const DeviceContext *device_context, const tensor::BaseTensor… in CreateOutputTensor() function in mindspore::kernel::pyboost::PyBoostUtils
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/
Doutput_actor.cc260 TensorPtr OutputActor::CreateOutputTensor(const AnfNodePtr &output_node, size_t output_index, size_… in CreateOutputTensor() function in mindspore::runtime::OutputActor
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dbackend.cc503 tensor::BaseTensorPtr CreateOutputTensor(const AnfNodePtr &output_node, size_t output_index) { in CreateOutputTensor() function