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

Method Instantiate

tensorflow/core/framework/function.h:635–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633 const InstantiateOptions& options,
634 Handle* handle) = 0;
635 Status Instantiate(const string& function_name, AttrSlice attrs,
636 Handle* handle) {
637 auto opts = absl::make_unique<InstantiateOptions>();
638 return Instantiate(function_name, attrs, *opts, handle);
639 }
640
641 // Releases state associated with the handle.
642 virtual Status ReleaseHandle(Handle handle) = 0;

Callers

nothing calls this directly

Calls 1

InstantiateFunction · 0.85

Tested by

no test coverage detected