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

Method IsUninitialized

tensorflow/compiler/xla/client/xla_builder.h:79–79  ·  view source on GitHub ↗

Returns true if the XlaOp was created by the XlaOp() constructor and not returned by a builder.

Source from the content-addressed store, hash-verified

77 // Returns true if the XlaOp was created by the XlaOp() constructor and
78 // not returned by a builder.
79 bool IsUninitialized() const { return builder_ == nullptr; }
80
81 bool IsIdenticalTo(XlaOp rhs) const {
82 return handle_ == rhs.handle_ && builder_ == rhs.builder_;

Callers 2

BatchNormTrainingMethod · 0.80
BatchNormGradMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected