Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ set_name
Method
set_name
tensorflow/compiler/jit/node_matchers.h:105–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
const absl::optional<AttrKeyValuePair>& attr() const { return attr_; }
104
105
void set_name(string name) {
106
DCHECK(IsEmpty());
107
name_ = std::move(name);
108
}
109
110
void set_op(string op) {
111
DCHECK(IsEmpty());
Callers
15
Make
Method · 0.45
ExtractNodeDefAndCheckCompilability
Method · 0.45
Encapsulate
Function · 0.45
TEST
Function · 0.45
CloneNode
Method · 0.45
CompileSingleOp
Method · 0.45
BuildFunctionDef
Method · 0.45
TEST
Function · 0.45
Encapsulate
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
1
IsEmpty
Function · 0.85
Tested by
15
Make
Method · 0.36
Encapsulate
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
Encapsulate
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
MakeCgmodeCompiledKernel
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
MakeXlaCompiledKernel
Function · 0.36