Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
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
Dshape_inference_test.cc835 TEST_F(ShapeInferenceTest, Subshape) { in TEST_F() argument