Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Check
Function
Check
tensorflow/compiler/xla/tools/driver.cc:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void Check(bool cond, const std::string& msg =
"Precondition failed"
) {
70
if (!cond) {
71
ExitWithMsg(msg);
72
}
73
}
74
75
bool IsVerbose() { return getenv(
"VERBOSE"
) != nullptr; }
76
Callers
9
ArrayShapeFromString
Function · 0.70
BufferAssignmentToString
Function · 0.70
ParseBufferAssignment
Function · 0.70
main
Function · 0.70
MemoryUsageTracker
Method · 0.50
BeginInstruction
Method · 0.50
EndInstruction
Method · 0.50
AddRematerializedInstruction
Method · 0.50
Run
Method · 0.50
Calls
1
ExitWithMsg
Function · 0.85
Tested by
no test coverage detected