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

Function Verify

tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc:513–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513static LogicalResult Verify(AllOp op) {
514 return VerifyReductionInputAndDims(op.input(), op.reduction_indices(),
515 op.getLoc());
516}
517
518//===----------------------------------------------------------------------===//
519// AnyOp

Callers

nothing calls this directly

Calls 15

HasRankAtLeastFunction · 0.85
IsOfRankOrUnrankedFunction · 0.85
HasRankAtMostFunction · 0.85
VerifyTypesCompatibilityFunction · 0.85
VerifyConvOpAttributesFunction · 0.85
FormatFromStringFunction · 0.85
GetTensorFeatureDimIndexFunction · 0.85
AreCastCompatibleFunction · 0.85
to_stringFunction · 0.85

Tested by

no test coverage detected