MCPcopy Create free account

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

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

↓ 2 callersFunctionGetCapturedStream
Stops capturing the output stream and returns the captured string.
test/mlu_op_gtest/googletest/src/gtest-port.cc:1010
↓ 2 callersFunctionGetEnviron
test/mlu_op_gtest/googletest/src/gtest-death-test.cc:1061
↓ 2 callersMethodGetGlobalTestPartResultReporter
Returns the global test part result reporter.
test/mlu_op_gtest/googletest/src/gtest.cc:685
↓ 2 callersMethodGetId
test/mlu_op_gtest/googletest/src/gtest.cc:1059
↓ 2 callersFunctionGetInjectableArgvs
test/mlu_op_gtest/googletest/src/gtest-port.cc:1071
↓ 2 callersFunctionHRESULTFailureHelper
Helper function for IsHRESULT{SuccessFailure} predicates
test/mlu_op_gtest/googletest/src/gtest.cc:1607
↓ 2 callersFunctionHandleSehExceptionsInMethodIfSupported
test/mlu_op_gtest/googletest/src/gtest.cc:2270
↓ 2 callersFunctionInitGoogleTestImpl
test/mlu_op_gtest/googletest/src/gtest.cc:5665
↓ 2 callersFunctionIsAsciiDigit
Returns true iff ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale.
test/mlu_op_gtest/googletest/src/gtest-port.cc:609
↓ 2 callersFunctionIsAsciiPunct
test/mlu_op_gtest/googletest/src/gtest-port.cc:612
↓ 2 callersFunctionIsAsciiWhiteSpace
test/mlu_op_gtest/googletest/src/gtest-port.cc:618
↓ 2 callersFunctionIsAsciiWordChar
test/mlu_op_gtest/googletest/src/gtest-port.cc:621
↓ 2 callersMethodIsDirectory
Returns true if FilePath ends with a path separator, which indicates that it is intended to represent a directory. Returns false otherwise. This does
test/mlu_op_gtest/googletest/src/gtest-filepath.cc:289
↓ 2 callersFunctionIsRepeat
test/mlu_op_gtest/googletest/src/gtest-port.cc:615
↓ 2 callersFunctionIsTrue
test/mlu_op_gtest/googletest/src/gtest.cc:5209
↓ 2 callersMethodLock
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2220
↓ 2 callersFunctionMakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_case_name: name of the test case name
test/mlu_op_gtest/googletest/src/gtest.cc:2428
↓ 2 callersFunctionMakeCheckOpValueString
core/logging.h:300
↓ 2 callersMethodMakeNewHolder
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2184
↓ 2 callersFunctionMatchRegexAnywhere
Returns true iff regex matches any substring of str. regex must be a valid simple regular expression, or the result is undefined. The algorithm is r
test/mlu_op_gtest/googletest/src/gtest-port.cc:797
↓ 2 callersFunctionParseGoogleTestFlag
test/mlu_op_gtest/googletest/src/gtest.cc:5557
↓ 2 callersFunctionParseGoogleTestFlagsOnlyImpl
test/mlu_op_gtest/googletest/src/gtest.cc:5601
↓ 2 callersFunctionParseInteger
core/logging.cpp:41
↓ 2 callersFunctionPartialMatch
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:1239
↓ 2 callersFunctionPortableLocaltime
test/mlu_op_gtest/pb_gtest/src/gtest/mlu_op_test_result_printer.cpp:289
↓ 2 callersFunctionPortableLocaltime
test/mlu_op_gtest/googletest/src/gtest.cc:3424
↓ 2 callersFunctionPrintFullTestCommentIfPresent
test/mlu_op_gtest/googletest/src/gtest.cc:2910
↓ 2 callersFunctionPrintOnOneLine
Prints the given C-string on a single line by replacing all '\n' characters with string "\\n". If the output takes more than max_length characters, o
test/mlu_op_gtest/googletest/src/gtest.cc:5068
↓ 2 callersFunctionPrintStringTo
test/mlu_op_gtest/googletest/src/gtest-printers.cc:413
↓ 2 callersFunctionPrintTestPartResultToString
Prints a TestPartResult to an std::string.
test/mlu_op_gtest/googletest/src/gtest.cc:2723
↓ 2 callersFunctionPrintTo
test/mlu_op_gtest/googletest/include/gtest/gtest-printers.h:482
↓ 2 callersFunctionPrintWideStringTo
test/mlu_op_gtest/googletest/src/gtest-printers.cc:432
↓ 2 callersFunctionRead
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2502
↓ 2 callersFunctionReadEntireFile
test/mlu_op_gtest/googletest/src/gtest-port.cc:1046
↓ 2 callersMethodRegisterTests
UnitTest class invokes this method to register tests in this test case test cases right before running tests in RUN_ALL_TESTS macro. This method shoul
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util.h:516
↓ 2 callersMethodRun
Runs the test and updates the test result.
test/mlu_op_gtest/googletest/src/gtest.cc:2350
↓ 2 callersMethodRun
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:1718
↓ 2 callersMethodSetDefaultXmlGenerator
Sets the default_xml_generator attribute to the provided listener. The listener is also added to the listener list and previous default_xml_generator
test/mlu_op_gtest/googletest/src/gtest.cc:4172
↓ 2 callersMethodSetGlobalTestPartResultReporter
Sets the global test part result reporter.
test/mlu_op_gtest/googletest/src/gtest.cc:691
↓ 2 callersFunctionShouldShard
Checks whether sharding is enabled by examining the relevant environment variable values. If the variables are present, but inconsistent (i.e., shard_
test/mlu_op_gtest/googletest/src/gtest.cc:4944
↓ 2 callersFunctionSkipComma
Skips to the first non-space char after the first comma in 'str'; returns NULL if no comma is found in 'str'.
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-internal.h:568
↓ 2 callersFunctionSplitEscapedString
The string representation of the values received in EqFailure() are already escaped. Split them on escaped '\n' boundaries. Leave all other escaped ch
test/mlu_op_gtest/googletest/src/gtest.cc:1237
↓ 2 callersFunctionSplitString
test/mlu_op_gtest/googletest/src/gtest.cc:895
↓ 2 callersFunctionStat
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2431
↓ 2 callersFunctionStreamWideCharsToMessage
Converts an array of wide chars to a narrow string using the UTF-8 encoding, and streams the result to the given Message object.
test/mlu_op_gtest/googletest/src/gtest.cc:880
↓ 2 callersMethodSuppressEventForwarding
test/mlu_op_gtest/googletest/src/gtest.cc:4189
↓ 2 callersFunctionThreadLocal
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2119
↓ 2 callersFunctionTinShiftPreCheck
kernels/tin_shift/tin_shift.cpp:77
↓ 2 callersFunctionUniversalPrintCharArray
test/mlu_op_gtest/googletest/src/gtest-printers.cc:287
↓ 2 callersMethodUnlock
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2221
↓ 2 callersFunctionWideStringToUtf8
Converts a wide string to a narrow string in UTF-8 encoding. The wide string is assumed to have the following encoding: UTF-16 if sizeof(wchar_t) == 2
test/mlu_op_gtest/googletest/src/gtest.cc:1759
↓ 2 callersFunction__mluop_arange_by_expand_
kernels/utils/common.h:596
↓ 2 callersFunction__mluop_arange_vv_
kernels/utils/common.h:528
↓ 2 callersFunction__mluop_recip
kernels/utils/common.h:158
↓ 2 callersMethodappendOpParam
core/gen_case.h:249
↓ 2 callersMethodappendOpParamSub
core/gen_case.h:274
↓ 2 callersFunctionarrayCastBF16ToFloat
Note: here uint16_t is acutally bf16
test/mlu_op_gtest/pb_gtest/src/tools.cpp:722
↓ 2 callersFunctionarrayCastFloatAndNormalDispatch
support uint8, uint16, uint32, uint64, int8, int16, int32, int64, bool
test/mlu_op_gtest/pb_gtest/src/tools.cpp:731
↓ 2 callersFunctionarrayCastFloatToBF16
Note: here uint16_t is acutally bf16
test/mlu_op_gtest/pb_gtest/src/tools.cpp:691
↓ 2 callersMethodasUInt
test/mlu_op_gtest/pb_gtest/src/gtest/extra_lib/jsoncppDist/jsoncpp.cpp:3165
↓ 2 callersFunctionbaseParamCheck
kernels/sparse_conv/indice_convolution_backward_filter/indice_convolution_backward_filter.cpp:172
↓ 2 callersFunctionbinaryOpParamCheck
kernels/binary_op/binary_op_host.cpp:107
↓ 2 callersFunctionbinaryOpPolicyFunc
kernels/binary_op/binary_op_host.cpp:38
↓ 2 callersFunctioncalIntersectIou
kernels/box_iou_rotated/box_iou_rotated_utils.h:836
↓ 2 callersFunctioncalMaxArea
kernels/generate_proposals_v2/generate_proposals_v2_nms_utils.h:118
↓ 2 callersFunctioncastCnKernelClassToCnrtFuncType
* MLUOP FUNC: castCnKernelClassToCnrtFuncType * cast KernelClass type into cnrtFunctionType_t * param 'jobType' is job type of KernelClass. *******
core/runtime/device.h:119
↓ 2 callersFunctioncastFloat32ToFixed
core/tool.h:174
↓ 2 callersFunctioncheckParams
kernels/psamask/psamask.cpp:159
↓ 2 callersFunctioncheck_context
(line)
test/mlu_op_gtest/tools/gtest_style.py:58
↓ 2 callersFunctionclearEnter
* @brief: clear endl in param string. */
core/cnlog.cpp:212
↓ 2 callersFunctioncloneUnique
test/mlu_op_gtest/pb_gtest/src/gtest/extra_lib/jsoncppDist/jsoncpp.cpp:2488
↓ 2 callersFunctioncodePointToUTF8
Converts a unicode code-point to UTF-8.
test/mlu_op_gtest/pb_gtest/src/gtest/extra_lib/jsoncppDist/jsoncpp.cpp:125
↓ 2 callersMethodcomputeEfficiency
test/mlu_op_gtest/pb_gtest/src/evaluator.cpp:332
↓ 2 callersFunctioncomputeFFT2dMatMulColumn
kernels/fft/c2c_fft/c2c_fft_host.cpp:2406
↓ 2 callersFunctioncomputeFFT2dMatMulRow
kernels/fft/c2c_fft/c2c_fft_host.cpp:2540
↓ 2 callersFunctioncomputeGenericButterflyOtherstagesMatR2C
kernels/fft/fft_optm_device/fft_generic_butterfly.h:462
↓ 2 callersFunctionconvexHullGraham
kernels/box_iou_rotated/box_iou_rotated_utils.h:444
↓ 2 callersFunctioncpuSyncBNElemt
test/mlu_op_gtest/pb_gtest/src/zoo/sync_batchnorm_elemt/sync_batchnorm_elemt.cpp:67
↓ 2 callersFunctioncreate_engine
(db_name: DBConfig.DB_Name)
tools/perf_analyse/analysis_suite/database/db_op.py:18
↓ 2 callersFunctioncross
kernels/poly_nms/intersect_area.h:131
↓ 2 callersFunctioncvtBF16ToFloat
the actual dtype of src is bf16
test/mlu_op_gtest/pb_gtest/src/tools.cpp:711
↓ 2 callersFunctioncvtMluOpDtypeToCnrt_V2
test/mlu_op_gtest/pb_gtest/src/tools.cpp:350
↓ 2 callersFunctiondescToString
core/gen_case.cpp:767
↓ 2 callersMethoddestroy
all member variable are shared_ptr.
test/mlu_op_gtest/pb_gtest/src/runtime.cpp:42
↓ 2 callersFunctiondfs_to_excel
(dfs, sheet_names, xlsx_path)
tools/perf_analyse/analysis_suite/core/perf_analyser/perf/perf_utils.py:34
↓ 2 callersMethoddisableKernelTracing
test/mlu_op_gtest/pb_gtest/src/executor.cpp:247
↓ 2 callersFunctiondumpCaseKernelInfoJson
test/mlu_op_gtest/pb_gtest/src/gtest/mlu_op_gtest.cpp:566
↓ 2 callersFunctionextract_headers
( json_file_path, common_flag=True, header_flag=True, sources_flag=True )
scripts/kernels_light_config/utils.py:85
↓ 2 callersFunctionfindCooleyTukey
kernels/fft/common/fft_basic_ops.cpp:761
↓ 2 callersFunctionfindLimit
kernels/psamask/psamask.cpp:94
↓ 2 callersFunctionfindMaxScore
test/mlu_op_gtest/pb_gtest/src/zoo/generate_proposals_v2/generate_proposals_v2_impl.cpp:173
↓ 2 callersFunctionfind_brace
(msg, index)
tools/check_log_error.py:88
↓ 2 callersFunctionfind_json_files
(absolute_path)
scripts/kernels_light_config/utils.py:48
↓ 2 callersFunctionfloat_add
test/mlu_op_gtest/pb_gtest/src/tools.cpp:1213
↓ 2 callersFunctionfloat_add_regular
test/mlu_op_gtest/pb_gtest/src/tools.cpp:972
↓ 2 callersFunctionfloat_mult_regular
test/mlu_op_gtest/pb_gtest/src/tools.cpp:1221
↓ 2 callersFunctionfoolCheckNoPtr
kernels/sparse_conv/indice_convolution_backward_data/indice_convolution_backward_data.cpp:34
↓ 2 callersFunctionfoolProof
kernels/sparse_conv/indice_convolution_forward/indice_convolution_forward.cpp:37
↓ 2 callersFunctionformatSeverityName
core/cnlog.cpp:353
↓ 2 callersFunctiongather_file
(path)
test/mlu_op_gtest/tools/gtest_style.py:49
← previousnext →401–500 of 4,409, ranked by callers