Home
last modified time | relevance | path

Searched defs:Subshape (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference.cc575 Status InferenceContext::Subshape(ShapeHandle s, int64_t start, in Subshape() function in tensorflow::shape_inference::InferenceContext
580 Status InferenceContext::Subshape(ShapeHandle s, int64_t start, int64_t end, in Subshape() function in tensorflow::shape_inference::InferenceContext
585 Status InferenceContext::Subshape(ShapeHandle s, int64_t start, int64_t end, in Subshape() function in tensorflow::shape_inference::InferenceContext
H A Dshape_inference_test.cc844 TEST_F(ShapeInferenceTest, Subshape) { in TEST_F() argument