Searched defs:CreateOutputTensor (Results 1 – 3 of 3) sorted by relevance
60 void PyBoostUtils::CreateOutputTensor(const AbstractBasePtr &abstract, std::vector<tensor::BaseTens… in CreateOutputTensor() function in mindspore::kernel::pyboost::PyBoostUtils126 void PyBoostUtils::CreateOutputTensor(const ValueSimpleInfoPtr &output_value_simple_info, in CreateOutputTensor() function in mindspore::kernel::pyboost::PyBoostUtils206 void PyBoostUtils::CreateOutputTensor(const DeviceContext *device_context, const tensor::BaseTensor… in CreateOutputTensor() function in mindspore::kernel::pyboost::PyBoostUtils214 void PyBoostUtils::CreateOutputTensor(const DeviceContext *device_context, const tensor::BaseTensor… in CreateOutputTensor() function in mindspore::kernel::pyboost::PyBoostUtils
260 TensorPtr OutputActor::CreateOutputTensor(const AnfNodePtr &output_node, size_t output_index, size_… in CreateOutputTensor() function in mindspore::runtime::OutputActor
503 tensor::BaseTensorPtr CreateOutputTensor(const AnfNodePtr &output_node, size_t output_index) { in CreateOutputTensor() function