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

Method IsValid

tensorflow/core/util/bcast.h:90–90  ·  view source on GitHub ↗

Returns true iff two operands are compatible according to the broadcasting rule.

Source from the content-addressed store, hash-verified

88 // Returns true iff two operands are compatible according to the
89 // broadcasting rule.
90 bool IsValid() const { return valid_; }
91
92 // If and only if IsValid(), the following fields can be used in
93 // implementing a broadcasted binary tensor operation according to

Callers 15

matchAndRewriteMethod · 0.45
matchAndRewriteMethod · 0.45
BroadcastOpsToSameFunction · 0.45
CompileMethod · 0.45
CompileMethod · 0.45
CompileMethod · 0.45
CompileMethod · 0.45
ShapesBroadcastableFunction · 0.45
ShapeAfterBroadcastFunction · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45

Calls

no outgoing calls

Tested by 3

MatMulBCastToStrFunction · 0.36
TESTFunction · 0.36
BCastFunction · 0.36