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

Function Key

tensorflow/core/framework/op_kernel.cc:1179–1183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177}
1178
1179static string Key(StringPiece op_type, const DeviceType& device_type,
1180 StringPiece label) {
1181 return strings::StrCat(op_type, ":", DeviceTypeString(device_type), ":",
1182 label);
1183}
1184
1185namespace kernel_factory {
1186

Callers 3

InitInternalMethod · 0.70
FindKernelRegistrationFunction · 0.70
DoCreateMethod · 0.70

Calls 2

DeviceTypeStringFunction · 0.85
StrCatFunction · 0.50

Tested by

no test coverage detected