Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.cc1049 TensorBase tensor_base_item; in LoadTensorsBase() local
1050 tensor_base_item.set_data_size(0); in LoadTensorsBase()
1051 tensor_base_item.set_data_type(0); in LoadTensorsBase()
1052 tensor_base_item.add_shape(0); in LoadTensorsBase()
1053 tensor_base_list.push_back(tensor_base_item); in LoadTensorsBase()
1057 TensorBase tensor_base_item; in LoadTensorsBase() local
1058 tensor_base_item.set_data_size((int64_t)tensor->GetByteSize()); in LoadTensorsBase()
1059 tensor_base_item.set_data_type((int32_t)tensor->GetType()); in LoadTensorsBase()
1061 tensor_base_item.add_shape(elem); in LoadTensorsBase()
1063 tensor_base_list.push_back(tensor_base_item); in LoadTensorsBase()