MCPcopy Create free account

hub / github.com/Cambricon/mlu-ops / functions

Functions4,409 in github.com/Cambricon/mlu-ops

MethodSetUp
test/mlu_op_gtest/api_gtest/src/gtest/voxelization/voxelization_general.cpp:44
MethodSetUp
test/mlu_op_gtest/api_gtest/src/gtest/three_interpolate_backward/three_interpolate_backward_general.cpp:43
MethodSetUp
test/mlu_op_gtest/api_gtest/src/gtest/prior_box/prior_box_general.cpp:44
MethodSetUp
test/mlu_op_gtest/api_gtest/src/gtest/active_rotated_filter_forward/active_rotated_filter_forward_general.cpp:41
MethodSetUp
test/mlu_op_gtest/api_gtest/src/gtest/active_rotated_filter_forward/active_rotated_filter_forward.cpp:115
MethodSetUp
test/mlu_op_gtest/api_gtest/src/gtest/moe_dispatch_backward_gate/moe_dispatch_backward_gate_general.cpp:46
MethodSetUp
test/mlu_op_gtest/api_gtest/src/gtest/tin_shift_forward/tin_shift_forward_general.cpp:43
MethodSetUp
test/mlu_op_gtest/api_gtest/src/gtest/focal_loss_sigmoid_forward/focal_loss_sigmoid_forward_general.cpp:44
MethodSetUp
test/mlu_op_gtest/api_gtest/src/gtest/ball_query/ball_query_general.cpp:42
MethodSetUp
test/mlu_op_gtest/api_gtest/src/gtest/diff_iou_rotated_sort_vertices_forward/diff_iou_rotated_sort_vertices_forward_general.cpp:43
MethodSetUp
test/mlu_op_gtest/api_gtest/src/gtest/fft/fft_ExecFFT.cpp:111
MethodSetUp
test/mlu_op_gtest/api_gtest/src/gtest/fft/fft_general.cpp:41
MethodSetUp
test/mlu_op_gtest/api_gtest/src/gtest/fft/fft_SetFFTReserveArea.cpp:61
MethodSetUp
test/mlu_op_gtest/api_gtest/src/gtest/fft/fft_MakeFFTPlanMany.cpp:85
MethodSetUp
test/mlu_op_gtest/api_gtest/src/gtest/masked_col2im_forward/masked_col2im_forward_general.cpp:43
MethodSetUp
Override this to define how to set up the environment.
test/mlu_op_gtest/googletest/include/gtest/gtest.h:976
FunctionSetUpEnvironment
Helpers for setting up / tearing down the given environment. They are for use in the ForEach() function.
test/mlu_op_gtest/googletest/src/gtest.cc:4761
FunctionSetUpTestCase
Sets up the stuff shared by all tests in this test case. Google Test will call Foo::SetUpTestCase() before running the first test in test case Foo.
test/mlu_op_gtest/googletest/include/gtest/gtest.h:410
MethodSetUpTestCase
setup for 1 op
test/mlu_op_gtest/pb_gtest/src/gtest/mlu_op_gtest.cpp:48
FunctionSetup
test/mlu_op_gtest/googletest/include/gtest/gtest.h:495
MethodSetup
test/mlu_op_gtest/googletest/include/gtest/gtest.h:985
FunctionShouldRunTest
Returns true if the given test should run.
test/mlu_op_gtest/googletest/include/gtest/gtest.h:920
FunctionShouldRunTestCase
Returns true iff test_case contains at least one test that should run.
test/mlu_op_gtest/googletest/src/gtest.cc:347
MethodShowWideCString
Converts a wide C string to an std::string using the UTF-8 encoding. NULL will be converted to "(null)".
test/mlu_op_gtest/googletest/src/gtest.cc:1783
MethodShuffleTests
Shuffles the tests in this test case.
test/mlu_op_gtest/googletest/src/gtest.cc:2667
MethodSignAndMagnitudeToBiased
Converts an integer from the sign-and-magnitude representation to the biased representation. More precisely, let N be 2 to the power of (kBitCount -
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-internal.h:365
MethodSingleFailureChecker
The constructor of SingleFailureChecker remembers where to look up test part results, what type of failure we expect, and what substring the failure m
test/mlu_op_gtest/googletest/src/gtest.cc:655
FunctionSleepMilliseconds
test/mlu_op_gtest/googletest/src/gtest-port.cc:187
MethodSocketCreator
test/mlu_op_gtest/pb_gtest/include/socket_creator.h:47
MethodSocketWriter
test/mlu_op_gtest/googletest/src/gtest-internal-inl.h:1016
MethodSqrtBackwardExecutor
test/mlu_op_gtest/pb_gtest/src/zoo/sqrt_backward/sqrt_backward.h:31
MethodSqrtExecutor
test/mlu_op_gtest/pb_gtest/src/zoo/sqrt/sqrt.h:31
MethodStart
Called at the start of streaming to notify the receiver what protocol we are using.
test/mlu_op_gtest/googletest/src/gtest-internal-inl.h:1122
MethodStartWatcherThreadFor
test/mlu_op_gtest/googletest/src/gtest-port.cc:474
FunctionStaticAssertTypeEq
test/mlu_op_gtest/googletest/include/gtest/gtest.h:2153
FunctionStrNCpy
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2474
FunctionStreamHelper
test/mlu_op_gtest/googletest/include/gtest/gtest-message.h:201
MethodStreamWriter
test/mlu_op_gtest/pb_gtest/src/gtest/extra_lib/jsoncppDist/jsoncpp.cpp:5327
MethodStreamWriterBuilder
test/mlu_op_gtest/pb_gtest/src/gtest/extra_lib/jsoncppDist/jsoncpp.cpp:5330
MethodStreamingListener
test/mlu_op_gtest/googletest/src/gtest-internal-inl.h:1060
MethodStride
test/mlu_op_gtest/pb_gtest/src/stride.cpp:120
MethodStride
test/mlu_op_gtest/pb_gtest/include/stride.h:66
MethodStride
kernels/sparse_conv/get_indice_pairs/get_indice_pairs_structs.h:65
MethodStrideImpl
test/mlu_op_gtest/pb_gtest/src/stride.cpp:105
MethodStringData
core/logging.cpp:74
MethodStyledStreamWriter
test/mlu_op_gtest/pb_gtest/src/gtest/extra_lib/jsoncppDist/jsoncpp.cpp:4814
MethodSuppressTestEventsIfInSubprocess
Disables event forwarding if the control is currently in a death test subprocess. Must not be called before InitGoogleTest.
test/mlu_op_gtest/googletest/src/gtest.cc:4620
MethodSyncBatchNormBackwardElemtExecutor
test/mlu_op_gtest/pb_gtest/src/zoo/sync_batch_norm_backward_elemt/sync_batch_norm_backward_elemt.h:35
MethodSyncBatchnormBackwardElemtV2Executor
test/mlu_op_gtest/pb_gtest/src/zoo/sync_batchnorm_backward_elemt_v2/sync_batchnorm_backward_elemt_v2.h:35
MethodSyncBatchnormBackwardReduceExecutor
test/mlu_op_gtest/pb_gtest/src/zoo/sync_batchnorm_backward_reduce/sync_batchnorm_backward_reduce.h:32
MethodSyncBatchnormElemtExecutor
test/mlu_op_gtest/pb_gtest/src/zoo/sync_batchnorm_elemt/sync_batchnorm_elemt.h:33
MethodSyncBatchnormGatherStatsWithCountsExecutor
test/mlu_op_gtest/pb_gtest/src/zoo/sync_batchnorm_gather_stats_with_counts/sync_batchnorm_gather_stats_with_counts.h:37
MethodSyncBatchnormStatsExecutor
test/mlu_op_gtest/pb_gtest/src/zoo/sync_batchnorm_stats/sync_batchnorm_stats.h:33
FunctionTEST
Test function inside mluop_gtest source code itself
test/mlu_op_gtest/pb_gtest/src/gtest/test_self.cpp:60
FunctionTEST
test/mlu_op_gtest/pb_gtest/tests/modules_test.h:41
FunctionTEST
test/mlu_op_gtest/pb_gtest/tests/mlu_op_test.h:58
FunctionTEST
test/mlu_op_gtest/pb_gtest/tests/cnrt_test.h:84
FunctionTEST
test/mlu_op_gtest/api_gtest/src/gtest/fft/fft_plan_descriptor.cpp:34
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/get_indice_pairs/get_indice_pairs_workspace.cpp:144
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/get_indice_pairs/get_indice_pairs.cpp:212
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/deform_roi_pooling_forward/deform_roi_pooling_forward.cpp:163
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/psroipool_backward/psroipool_backward.cpp:163
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/deform_roi_pooling_backward/deform_roi_pooling_backward.cpp:210
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/three_nn_forward/three_nn_forward_workspace.cpp:82
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/three_nn_forward/three_nn_forward.cpp:154
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/nms_rotated/nms_rotated.cpp:156
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/nms_rotated/nms_rotated_workspace.cpp:80
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/ms_deform_attn_forward/ms_deform_attn_forward.cpp:282
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/moe_dispatch_backward_data/moe_dispatch_backward_data.cpp:247
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/roi_crop_forward/roi_crop_forward.cpp:133
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/voxel_pooling_forward/voxel_pooling_forward.cpp:167
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/border_align_backward/border_align_backward.cpp:183
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/roi_crop_backward/roi_crop_backward.cpp:136
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/focal_loss_sigmoid_backward/focal_loss_sigmoid_backward.cpp:200
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/border_align_forward/border_align_forward.cpp:171
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/indice_convolution_forward/indice_convolution_forward.cpp:232
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/indice_convolution_forward/indice_convolution_forward_workspace.cpp:145
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/masked_im2col_forward/masked_im2col_forward.cpp:222
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/masked_im2col_forward/masked_im2col_forward_workspace.cpp:134
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/mutual_information_backward/mutual_information_backward_workspace.cpp:148
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/mutual_information_backward/mutual_information_backward.cpp:318
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/roipoint_pool3d/roipoint_pool3d.cpp:264
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/roipoint_pool3d/roipoint_pool3d_workspace.cpp:149
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/three_interprolate_forward/three_interprolate_forward.cpp:158
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/moe_dispatch_forward/moe_dispatch_forward.cpp:213
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/poly_nms/poly_nms_workspace.cpp:80
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/poly_nms/poly_nms.cpp:131
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/yolo_box/yolo_box.cpp:190
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/dynamic_point_to_voxel_forward/dynamic_point_to_voxel_forward.cpp:326
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/dynamic_point_to_voxel_forward/dynamic_point_to_voxel_forward_workspace.cpp:101
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/indice_convolution_backward_data/indice_convolution_backward_data_workspace.cpp:131
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/indice_convolution_backward_data/indice_convolution_backward_data.cpp:197
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/generate_proposals_v2/generate_proposals_v2.cpp:296
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/generate_proposals_v2/generate_proposals_v2_workspace.cpp:80
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/mutual_information_forward/mutual_information_forward_workspace.cpp:147
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/mutual_information_forward/mutual_information_forward.cpp:246
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/ms_deform_attn_backward/ms_deform_attn_backward.cpp:395
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/roiaware_pool3d_forward/roiaware_pool3d_forward.cpp:303
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/roiaware_pool3d_forward/roiaware_pool3d_forward_workspace.cpp:97
FunctionTEST_F
test/mlu_op_gtest/api_gtest/src/gtest/indice_convolution_backward_filter/indice_convolution_backward_filter_workspace.cpp:144
← previousnext →2,201–2,300 of 4,409, ranked by callers