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

Method Matrix

tensorflow/core/framework/shape_inference.cc:772–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770}
771
772ShapeHandle InferenceContext::Matrix(DimensionOrConstant dim1,
773 DimensionOrConstant dim2) {
774 return MakeShape({dim1, dim2});
775}
776
777Status InferenceContext::MakeShapeFromShapeTensorTreatScalarAsUnknownShape(
778 int input_idx, ShapeHandle* out) {

Calls 1

MakeShapeFunction · 0.85

Tested by 2

TESTFunction · 0.64
TEST_FFunction · 0.64