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

Method Subshape

tensorflow/core/framework/shape_inference.cc:628–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626}
627
628Status InferenceContext::Subshape(ShapeHandle s, int64 start,
629 ShapeHandle* out) {
630 return Subshape(s, start, std::numeric_limits<int64>::max() /* end */, out);
631}
632
633Status InferenceContext::Subshape(ShapeHandle s, int64 start, int64 end,
634 ShapeHandle* out) {

Callers 15

resampler_ops.ccFile · 0.80
ScatterUpdateShapeFunction · 0.80
MakeBatchSquareMatrixFunction · 0.80
MatrixSolveShapeFnFunction · 0.80
SelfAdjointEigV2ShapeFnFunction · 0.80
LuShapeFnFunction · 0.80
QrShapeFnFunction · 0.80
SvdShapeFnFunction · 0.80
TridiagonalMatMulShapeFnFunction · 0.80
TridiagonalSolveShapeFnFunction · 0.80
linalg_ops.ccFile · 0.80
data_flow_ops.ccFile · 0.80

Calls 4

InvalidArgumentFunction · 0.85
maxFunction · 0.50
RankFunction · 0.50
push_backMethod · 0.45

Tested by 1

TEST_FFunction · 0.64