MCPcopy 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

28constexpr char kVersion[] = "V";
29
30string OpName(const string& dataset_type) {
31 return OpName(dataset_type, OpNameParams());
32}
33
34string OpName(const string& dataset_type, const OpNameParams& params) {
35 if (params.op_version == 1) {

Callers 15

TEST_FFunction · 0.70
CreateDatasetOpKernelMethod · 0.70
TEST_PFunction · 0.70
TEST_PFunction · 0.70
TEST_FFunction · 0.70
DatasetDebugStringFunction · 0.70
TEST_FFunction · 0.70

Calls 2

OpNameParamsClass · 0.85
StrCatFunction · 0.50

Tested by 15

TEST_FFunction · 0.56
CreateDatasetOpKernelMethod · 0.56
TEST_PFunction · 0.56
TEST_PFunction · 0.56
TEST_FFunction · 0.56
TEST_FFunction · 0.56
TEST_FFunction · 0.56