Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ OpName
Function
OpName
tensorflow/core/kernels/data/name_utils.cc:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
constexpr char kVersion[] =
"V"
;
29
30
string OpName(const string& dataset_type) {
31
return OpName(dataset_type, OpNameParams());
32
}
33
34
string OpName(const string& dataset_type, const OpNameParams& params) {
35
if (params.op_version == 1) {
Callers
15
CreateShardDatasetOpKernel
Method · 0.70
TEST_F
Function · 0.70
CreateDatasetOpKernel
Method · 0.70
TEST_P
Function · 0.70
CreateCacheDatasetOpKernel
Method · 0.70
TEST_P
Function · 0.70
CreateFixedLengthRecordDatasetOpKernel
Method · 0.70
TEST_F
Function · 0.70
DatasetDebugString
Function · 0.70
CreateWindowDatasetKernel
Method · 0.70
TEST_F
Function · 0.70
CreateParallelMapDatasetOpKernel
Method · 0.70
Calls
2
OpNameParams
Class · 0.85
StrCat
Function · 0.50
Tested by
15
CreateShardDatasetOpKernel
Method · 0.56
TEST_F
Function · 0.56
CreateDatasetOpKernel
Method · 0.56
TEST_P
Function · 0.56
CreateCacheDatasetOpKernel
Method · 0.56
TEST_P
Function · 0.56
CreateFixedLengthRecordDatasetOpKernel
Method · 0.56
TEST_F
Function · 0.56
CreateWindowDatasetKernel
Method · 0.56
TEST_F
Function · 0.56
CreateParallelMapDatasetOpKernel
Method · 0.56
TEST_F
Function · 0.56