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

Method MakeShape

tensorflow/core/framework/shape_inference.cc:733–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731}
732
733ShapeHandle InferenceContext::MakeShape(
734 const std::vector<DimensionHandle>& dims) {
735 return shape_manager_.MakeShape(dims);
736}
737
738ShapeHandle InferenceContext::MakeShape(
739 std::initializer_list<DimensionOrConstant> dims) {

Callers 1

WithRankMethod · 0.45

Calls 4

reserveMethod · 0.45
sizeMethod · 0.45
push_backMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected