Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc261 auto op_runtime_info = item->user_data<session::OpRuntimeInfo>(); in RunOpMallocPre() local
262 MS_EXCEPTION_IF_NULL(op_runtime_info); in RunOpMallocPre()
263 TypeId output_type_id = op_runtime_info->output_type(index); in RunOpMallocPre()
264 auto output_tensor_size = op_runtime_info->output_tensor_size(index); in RunOpMallocPre()
265 auto output_format = op_runtime_info->output_format(index); in RunOpMallocPre()