Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ StringViewToRef
Function
StringViewToRef
tensorflow/compiler/mlir/op_or_arg_name_mapper.cc:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
static inline llvm::StringRef StringViewToRef(absl::string_view view) {
37
return llvm::StringRef(view.data(), view.size());
38
}
39
40
namespace tensorflow {
41
Callers
1
GetUniqueName
Method · 0.70
Calls
3
StringRef
Class · 0.85
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected