MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GlobalKernelRegistry

Function GlobalKernelRegistry

tensorflow/core/framework/op_kernel.cc:1167–1170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1165}
1166
1167void* GlobalKernelRegistry() {
1168 static KernelRegistry* global_kernel_registry = new KernelRegistry;
1169 return global_kernel_registry;
1170}
1171
1172static KernelRegistry* GlobalKernelRegistryTyped() {
1173#ifdef AUTOLOAD_DYNAMIC_KERNELS

Callers 2

InitInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected