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

Method ForEachMutableSubshapeWithStatus

tensorflow/compiler/xla/shape_util.cc:924–928  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

922}
923
924/* static */ Status ShapeUtil::ForEachMutableSubshapeWithStatus(
925 Shape* shape, const MutatingStatusVisitorFunction& func) {
926 ShapeIndex index;
927 return ForEachMutableSubshapeHelper(shape, func, &index);
928}
929
930/* static */ Shape ShapeUtil::PermuteDimensions(
931 absl::Span<const int64> permutation, const Shape& shape) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected