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