Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc43 MS_ERROR_IF_NULL(proto); in SetProtoInputs()
50 MS_ERROR_IF_NULL(proto_inputs); in SetProtoInputs()
53 MS_ERROR_IF_NULL(tensorShape); in SetProtoInputs()
56 MS_ERROR_IF_NULL(dim); in SetProtoInputs()
68 MS_ERROR_IF_NULL(proto); in SetProtoOutputs()
75 MS_ERROR_IF_NULL(proto_outputs); in SetProtoOutputs()
78 MS_ERROR_IF_NULL(tensorShape); in SetProtoOutputs()
81 MS_ERROR_IF_NULL(dim); in SetProtoOutputs()
93 MS_ERROR_IF_NULL(op_info); in SetNodedefProto()
94 MS_ERROR_IF_NULL(kernel_mod_ptr); in SetNodedefProto()
[all …]
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/gpu/
Dgpu_ps_cache.cc68 MS_ERROR_IF_NULL(dst); in CopyHostMemToDevice()
69 MS_ERROR_IF_NULL(src); in CopyHostMemToDevice()
77 MS_ERROR_IF_NULL(dst); in CopyDeviceMemToHost()
78 MS_ERROR_IF_NULL(src); in CopyDeviceMemToHost()
87 MS_ERROR_IF_NULL(hash_table_addr); in HashSwapOut()
88 MS_ERROR_IF_NULL(swap_out_value_addr); in HashSwapOut()
89 MS_ERROR_IF_NULL(swap_out_index_addr); in HashSwapOut()
98 MS_ERROR_IF_NULL(hash_table_addr); in HashSwapIn()
99 MS_ERROR_IF_NULL(swap_in_value_addr); in HashSwapIn()
100 MS_ERROR_IF_NULL(swap_in_index_addr); in HashSwapIn()
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/
Dps_cache_manager.cc427 MS_ERROR_IF_NULL(batch_ids); in CheckCacheHitOrOutRangeTask()
428 MS_ERROR_IF_NULL(hash_index); in CheckCacheHitOrOutRangeTask()
429 MS_ERROR_IF_NULL(in_device); in CheckCacheHitOrOutRangeTask()
430 MS_ERROR_IF_NULL(hash_hit_count); in CheckCacheHitOrOutRangeTask()
431 MS_ERROR_IF_NULL(embedding_device_cache_); in CheckCacheHitOrOutRangeTask()
433 MS_ERROR_IF_NULL(device_hash_map); in CheckCacheHitOrOutRangeTask()
462 MS_ERROR_IF_NULL(batch_ids); in CheckCacheHitOrOutRange()
463 MS_ERROR_IF_NULL(hash_index); in CheckCacheHitOrOutRange()
464 MS_ERROR_IF_NULL(in_device); in CheckCacheHitOrOutRange()
465 MS_ERROR_IF_NULL(out_range); in CheckCacheHitOrOutRange()
[all …]
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/benchmark/
Dcalib_output.cc29 #define MS_ERROR_IF_NULL(ptr) \ macro
67 MS_ERROR_IF_NULL(output); in ReadCalibData()
69 MS_ERROR_IF_NULL(data); in ReadCalibData()
105 MS_ERROR_IF_NULL(output); in CompareOutputs()
107 MS_ERROR_IF_NULL(calib); in CompareOutputs()
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/benchmark/
Dcalib_output.cc29 #define MS_ERROR_IF_NULL(ptr) \ macro
67 MS_ERROR_IF_NULL(output); in ReadCalibData()
69 MS_ERROR_IF_NULL(data); in ReadCalibData()
105 MS_ERROR_IF_NULL(output); in CompareOutputs()
107 MS_ERROR_IF_NULL(calib); in CompareOutputs()
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ps_data/
Dps_data_prefetch.cc68 MS_ERROR_IF_NULL(channel); in PrefetchData()
94 MS_ERROR_IF_NULL(channel); in FinalizeData()
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/src/
Dsession.cc34 MS_ERROR_IF_NULL(inputs_[0]); in CompileGraph()
41 MS_ERROR_IF_NULL(outputs_[0]); in CompileGraph()
Dsession.h29 #define MS_ERROR_IF_NULL(ptr) \ macro
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/src/
Dsession.cc34 MS_ERROR_IF_NULL(inputs_[0]); in CompileGraph()
41 MS_ERROR_IF_NULL(outputs_[0]); in CompileGraph()
Dsession.h29 #define MS_ERROR_IF_NULL(ptr) \ macro
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Draise_reduction_precision.cc117 MS_ERROR_IF_NULL(sub_func_graph); in Run()
Ddecrease_compute_precision.cc255 MS_ERROR_IF_NULL(sub_func_graph); in Run()
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/
Dgpu_device_context.cc128 MS_ERROR_IF_NULL(stream); in InitDevice()
133 MS_ERROR_IF_NULL(communication_stream); in InitDevice()
/third_party/mindspore/mindspore/core/utils/
Dlog_adapter.h242 #define MS_ERROR_IF_NULL(ptr) \ macro