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

Method Build

tensorflow/core/framework/kernel_def_builder.cc:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145const KernelDef* KernelDefBuilder::Build() {
146 KernelDef* r = kernel_def_;
147 kernel_def_ = nullptr;
148 return r;
149}
150
151} // namespace tensorflow

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36