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

Method IsInitialized

tensorflow/core/framework/op_kernel.h:279–279  ·  view source on GitHub ↗

The check for initialization does not need to access the underlying tensor buffer.

Source from the content-addressed store, hash-verified

277 // The check for initialization does not need to access the
278 // underlying tensor buffer.
279 bool IsInitialized() const { return tensor_.IsInitialized(); }
280
281 int64 NumElements() const { return tensor_.NumElements(); }
282

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected