MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / set_name

Method set_name

tensorflow/compiler/xla/service/hlo_module.h:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100 const string& name() const { return name_; }
101 void set_name(string name) { name_ = std::move(name); }
102
103 // Returns a deep copy of this module including all computations.
104 std::unique_ptr<HloModule> Clone(const string& suffix = "clone") const;

Callers 15

InitializeTPUMethod · 0.45
EnqueueOpMethod · 0.45
XrtClientTestMethod · 0.45
ConvertAttributeFunction · 0.45
GetOperationNodeDefFunction · 0.45
ConvertAttributesFunction · 0.45
MakeMethod · 0.45
GetArgumentNodeMethod · 0.45
GetReturnNodeMethod · 0.45
BuildRetvalNodeFunction · 0.45

Calls

no outgoing calls

Tested by 15

XrtClientTestMethod · 0.36
MakeMethod · 0.36
SumGraphFunction · 0.36
TESTFunction · 0.36
FetchesConfigFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
SumGraphFunction · 0.36
SumConfigFunction · 0.36
BuildGraphMethod · 0.36
TESTFunction · 0.36