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

Method ShapeIndex

tensorflow/compiler/xla/shape_util.h:172–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170};
171
172inline ShapeIndex::ShapeIndex(ShapeIndexView v)
173 : ShapeIndex(v.begin(), v.end()) {}
174
175std::ostream& operator<<(std::ostream& out, const ShapeIndex& shape_index);
176std::ostream& operator<<(std::ostream& out, const ShapeIndexView& shape_index);

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected