Searched defs:CreateOutputTensors (Results 1 – 5 of 5) sorted by relevance
160 void CPUSession::CreateOutputTensors(const GraphId &graph_id, const std::vector<tensor::TensorPtr> … in CreateOutputTensors() function in mindspore::session::CPUSession
282 void CPUKernelRuntime::CreateOutputTensors(session::KernelGraph *kernel_graph, in CreateOutputTensors() function in mindspore::device::cpu::CPUKernelRuntime
305 void CreateOutputTensors(const std::vector<std::unique_ptr<ColumnInterface<T>>> &columns, int64_t b… in CreateOutputTensors() function
348 void CreateOutputTensors(const std::vector<std::unique_ptr<ColumnInterface<InternalType>>> &columns… in CreateOutputTensors() function
1032 void SessionBasic::CreateOutputTensors(const GraphId &graph_id, const std::vector<tensor::TensorPtr… in CreateOutputTensors() function in mindspore::session::SessionBasic