D | shape_inference.cc | 626 Status InferenceContext::Subshape(ShapeHandle s, int64 start, in Subshape() function in tensorflow::shape_inference::InferenceContext 628 return Subshape(s, start, std::numeric_limits<int64>::max() /* end */, out); in Subshape() 631 Status InferenceContext::Subshape(ShapeHandle s, int64 start, int64 end, in Subshape() function in tensorflow::shape_inference::InferenceContext 633 return Subshape(s, start, end, 1 /* stride */, out); in Subshape() 636 Status InferenceContext::Subshape(ShapeHandle s, int64 start, int64 end, in Subshape() function in tensorflow::shape_inference::InferenceContext
|