D | shape_inference.cc | 575 Status InferenceContext::Subshape(ShapeHandle s, int64_t start, in Subshape() function in tensorflow::shape_inference::InferenceContext 577 return Subshape(s, start, std::numeric_limits<int64_t>::max() /* end */, out); in Subshape() 580 Status InferenceContext::Subshape(ShapeHandle s, int64_t start, int64_t end, in Subshape() function in tensorflow::shape_inference::InferenceContext 582 return Subshape(s, start, end, 1 /* stride */, out); in Subshape() 585 Status InferenceContext::Subshape(ShapeHandle s, int64_t start, int64_t end, in Subshape() function in tensorflow::shape_inference::InferenceContext
|