D | shape_inference.cc | 568 Status InferenceContext::Subshape(ShapeHandle s, int64 start, in Subshape() function in tensorflow::shape_inference::InferenceContext 570 return Subshape(s, start, std::numeric_limits<int64>::max() /* end */, out); in Subshape() 573 Status InferenceContext::Subshape(ShapeHandle s, int64 start, int64 end, in Subshape() function in tensorflow::shape_inference::InferenceContext 575 return Subshape(s, start, end, 1 /* stride */, out); in Subshape() 578 Status InferenceContext::Subshape(ShapeHandle s, int64 start, int64 end, in Subshape() function in tensorflow::shape_inference::InferenceContext
|