MCPcopy 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

MakeMethod · 0.45
EncapsulateFunction · 0.45
TESTFunction · 0.45
CloneNodeMethod · 0.45
CompileSingleOpMethod · 0.45
BuildFunctionDefMethod · 0.45
TESTFunction · 0.45
EncapsulateFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

IsEmptyFunction · 0.85

Tested by 15

MakeMethod · 0.36
EncapsulateFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
EncapsulateFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
MakeCgmodeCompiledKernelFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
MakeXlaCompiledKernelFunction · 0.36