Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cambricon/mlu-ops
/ functions
Functions
4,409 in github.com/Cambricon/mlu-ops
⨍
Functions
4,409
◇
Types & classes
1,080
Method
FormatHexInt
Formats an int value as "%X".
test/mlu_op_gtest/googletest/src/gtest.cc:1897
Method
FormatIntWidth2
Formats an int value as "%02d".
test/mlu_op_gtest/googletest/src/gtest.cc:1890
Method
Formula2str
test/mlu_op_gtest/pb_gtest/include/evaluator.h:231
Method
FuchsiaDeathTest
test/mlu_op_gtest/googletest/src/gtest-death-test.cc:781
Function
FullMatch
FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:1236
Method
FullMatch
Returns true iff regular expression re matches the entire str.
test/mlu_op_gtest/googletest/src/gtest-port.cc:551
Method
GTEST_LOCK_EXCLUDED_
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-linked_ptr.h:106
Method
GTestFlagSaver
The c'tor.
test/mlu_op_gtest/googletest/src/gtest-internal-inl.h:155
Method
GTestLog
test/mlu_op_gtest/googletest/src/gtest-port.cc:897
Method
GTestMutexLock
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:1811
Method
GTestShouldProcessSEH
Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. This function is usefu
test/mlu_op_gtest/googletest/src/gtest.cc:525
Method
GenerateProposalsV2Executor
test/mlu_op_gtest/pb_gtest/src/zoo/generate_proposals_v2/generate_proposals_v2.h:34
Method
GenerateUniqueFileName
Returns a pathname for a file that does not currently exist. The pathname will be directory/base_name.extension or directory/base_name_<number>.extens
test/mlu_op_gtest/googletest/src/gtest-filepath.cc:275
Method
GetAbsolutePathToOutputFile
Returns the name of the requested output file, or the default if none was explicitly specified.
test/mlu_op_gtest/googletest/src/gtest.cc:417
Method
GetArgvsForDeathTestChildProcess
test/mlu_op_gtest/googletest/src/gtest-death-test.cc:1014
Function
GetBoolAssertionFailureMessage
Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
test/mlu_op_gtest/googletest/src/gtest.cc:1309
Function
GetCapturedStdout
Stops capturing stdout and returns the captured string.
test/mlu_op_gtest/googletest/src/gtest-port.cc:1030
Method
GetCurrentDir
Returns the current working directory, or "" if unsuccessful.
test/mlu_op_gtest/googletest/src/gtest-filepath.cc:97
Function
GetCurrentOsStackTraceExceptTop
Returns the current OS stack trace as an std::string. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth f
test/mlu_op_gtest/googletest/src/gtest.cc:5197
Function
GetDefaultFilter
test/mlu_op_gtest/pb_gtest/src/gtest/mlu_op_test_result_printer.cpp:128
Method
GetIndicePairsExecutor
test/mlu_op_gtest/pb_gtest/src/zoo/get_indice_pairs/get_indice_pairs.cpp:32
Method
GetInstance
Gets the singleton UnitTest object. The first time this method is called, a UnitTest object is constructed and returned. Consecutive calls will retu
test/mlu_op_gtest/googletest/src/gtest.cc:4202
Method
GetMutableTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
test/mlu_op_gtest/googletest/src/gtest.cc:4315
Method
GetMutableTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
test/mlu_op_gtest/googletest/src/gtest.cc:2619
Method
GetOrCreateValue
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:1962
Method
GetOutputFormat
Returns the output format, or "" for normal printed output.
test/mlu_op_gtest/googletest/src/gtest.cc:405
Function
GetParamNameGen
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util.h:364
Method
GetTestCasePatternHolder
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util.h:643
Method
GetThreadLocalsMapLocked
Returns map of thread local instances.
test/mlu_op_gtest/googletest/src/gtest-port.cc:508
Function
GetTypeId
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-internal.h:426
Function
GetTypeName
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-type-util.h:80
Method
GetValueOnCurrentThread
Registers thread_local_instance as having value on the current thread. Returns a value that can be used to identify the thread from other threads.
test/mlu_op_gtest/googletest/src/gtest-port.cc:391
Method
GetValueOnCurrentThread
test/mlu_op_gtest/googletest/src/gtest-port.cc:523
Method
GoogleTestFailureException
test/mlu_op_gtest/googletest/src/gtest.cc:2256
Method
HardwareTimeNotifier
test/mlu_op_gtest/pb_gtest/include/executor.h:152
Method
HasFatalFailure
Returns true iff the test fatally failed.
test/mlu_op_gtest/googletest/src/gtest.cc:2087
Method
HasNewFatalFailureHelper
test/mlu_op_gtest/googletest/src/gtest-test-part.cc:81
Method
HasNonfatalFailure
Returns true iff the test has a non-fatal failure.
test/mlu_op_gtest/googletest/src/gtest.cc:2097
Function
HasOneFailure
This predicate-formatter checks that 'results' contains a test part failure of the given type and that the failure message contains the given substrin
test/mlu_op_gtest/googletest/src/gtest.cc:618
Method
HasSameFixtureClass
Google Test requires all tests in the same test case to use the same test fixture class. This function checks if the current test has the same fixtur
test/mlu_op_gtest/googletest/src/gtest.cc:2166
Method
HostTimerWrapper
test/mlu_op_gtest/pb_gtest/include/executor.h:381
Method
Hunk
test/mlu_op_gtest/googletest/src/gtest.cc:1097
Function
ImplicitCast_
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:1445
Function
InDeathTestChild
Returns a Boolean value indicating whether the caller is currently executing in the context of the death test child process. Tools such as Valgrind h
test/mlu_op_gtest/googletest/src/gtest-death-test.cc:133
Method
Index3D
test/mlu_op_gtest/pb_gtest/src/zoo/mutual_information_backward/mutual_information_backward.h:40
Method
Index3D
test/mlu_op_gtest/pb_gtest/src/zoo/mutual_information_forward/mutual_information_forward.h:40
Method
IndiceConvolutionBackwardDataExecutor
test/mlu_op_gtest/pb_gtest/src/zoo/indice_convolution_backward_data/indice_convolution_backward_data.h:33
Method
Infinity
Returns the floating-point number that represent positive infinity.
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-internal.h:302
Method
Init
Initializes an RE from its string representation.
test/mlu_op_gtest/googletest/src/gtest-port.cc:570
Method
Init
test/mlu_op_gtest/googletest/src/gtest.cc:568
Method
InitCopy
Initializes this object with a copy of the input.
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-internal.h:1114
Method
InitRef
Initializes this object with a reference of the input.
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-internal.h:1123
Method
InputSpace
kernels/sparse_conv/get_indice_pairs/get_indice_pairs_structs.h:49
Method
InstanceValueHolderFactory
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:1992
Method
InstanceValueHolderFactory
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2192
Method
InstantiationInfo
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util.h:583
Method
InternalRunDeathTestFlag
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-death-test-internal.h:242
Function
IsAlNum
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2342
Function
IsAlpha
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2339
Method
IsCloseable
test/mlu_op_gtest/googletest/src/gtest-port.cc:221
Function
IsContainerTest
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-internal.h:893
Function
IsEmpty
Returns true iff the path is "".
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-filepath.h:105
Function
IsHRESULTFailure
test/mlu_op_gtest/googletest/src/gtest.cc:1650
Function
IsHRESULTSuccess
test/mlu_op_gtest/googletest/src/gtest.cc:1643
Function
IsLower
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2348
Method
IsNormalizableWhitespace
test/mlu_op_gtest/pb_gtest/src/gtest/mlu_op_test_result_printer.h:50
Method
IsNormalizableWhitespace
Is c a whitespace character that is normalized to a space character when it appears in an XML attribute value?
test/mlu_op_gtest/googletest/src/gtest.cc:3241
Function
IsNotSubstring
test/mlu_op_gtest/googletest/src/gtest.cc:1556
Method
IsRootDirectory
Returns true if pathname describes a root directory. (Windows has one root directory per disk drive.)
test/mlu_op_gtest/googletest/src/gtest-filepath.cc:244
Function
IsSubstring
test/mlu_op_gtest/googletest/src/gtest.cc:1542
Function
IsUpper
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2354
Method
IsValidParamName
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util.h:602
Method
IsValidXmlCharacter
May c appear in a well-formed XML document?
test/mlu_op_gtest/pb_gtest/src/gtest/mlu_op_test_result_printer.h:55
Method
IsValidXmlCharacter
May c appear in a well-formed XML document?
test/mlu_op_gtest/googletest/src/gtest.cc:3244
Method
Iterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util.h:213
Method
Iterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util.h:291
Method
Iterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:6159
Method
Iterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:6268
Method
Iterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:6397
Method
Iterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:6544
Method
Iterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:6711
Method
Iterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:6895
Method
Iterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:7105
Method
Iterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:7333
Method
Iterator
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-param-util-generated.h:7592
Method
Join
test/mlu_op_gtest/googletest/src/gtest-port.cc:378
Method
Join
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:1711
Method
JsonMsg
test/mlu_op_gtest/pb_gtest/include/socket_comm.h:61
Method
JsonPrinter
Creates a new JsonUnitTestResultPrinter.
test/mlu_op_gtest/pb_gtest/src/gtest/mlu_op_test_result_printer.cpp:545
Function
JsonStringify
test/mlu_op_gtest/pb_gtest/src/gtest/mlu_op_gtest.cpp:572
Method
JsonUnitTestResultPrinter
Creates a new JsonUnitTestResultPrinter.
test/mlu_op_gtest/googletest/src/gtest.cc:3729
Method
KilledBySignal
KilledBySignal constructor.
test/mlu_op_gtest/googletest/src/gtest-death-test.cc:169
Method
LOOKUP_TABLE>
test/mlu_op_gtest/include/math_half.h:193
Method
LastMessage
test/mlu_op_gtest/googletest/src/gtest-death-test.cc:366
Method
LgammaExecutor
test/mlu_op_gtest/pb_gtest/src/zoo/lgamma/lgamma.h:31
Method
ListTestsMatchingFilter
Prints the names of the tests matching the user-specified filter flag.
test/mlu_op_gtest/googletest/src/gtest.cc:5087
Method
Lock
test/mlu_op_gtest/googletest/src/gtest-port.cc:264
Method
Lock
Acquires this mutex.
test/mlu_op_gtest/googletest/include/gtest/internal/gtest-port.h:2012
Function
Lock<pthread_rwlock_t, false>
core/subscriber.hpp:56
Function
Lock<pthread_rwlock_t, true>
core/subscriber.hpp:51
← previous
next →
1,601–1,700 of 4,409, ranked by callers