Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Set
Method
Set
tensorflow/core/common_runtime/function.cc:1295–1298 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1293
CustomKernelCreator* custom_creator = nullptr;
1294
1295
void Set(CustomKernelCreator* cb) {
1296
mutex_lock l(mu);
1297
custom_creator = cb;
1298
}
1299
1300
CustomKernelCreator* Get() {
1301
mutex_lock l(mu);
Callers
10
RegisterDefaultCustomKernelCreator
Function · 0.45
NewSession
Function · 0.45
NewSessionGroup
Function · 0.45
SetupNewOp
Method · 0.45
TEST
Function · 0.45
BM_KernelAndDeviceInit
Function · 0.45
BM_KernelAndDeviceRun
Function · 0.45
TEST
Function · 0.45
EagerLocalExecute
Function · 0.45
EagerContext
Method · 0.45
Calls
no outgoing calls
Tested by
4
TEST
Function · 0.36
BM_KernelAndDeviceInit
Function · 0.36
BM_KernelAndDeviceRun
Function · 0.36
TEST
Function · 0.36