Searched defs:GetSliceShape (Results 1 – 4 of 4) sorted by relevance
118 static std::vector<ShapeVector> GetSliceShape(const std::vector<int64_t> &tuple_index_types, in GetSliceShape() function
60 ShapeVector GetSliceShape(const ShapeVector &origin_shape, size_t slice_axis = 0, int64_t slice_siz… in GetSliceShape() function
216 TEST_F(TestTensorLayout, GetSliceShape) { in TEST_F() argument
1285 Shape GetSliceShape(const Shape &tensor_shape, const Dimensions &strategy) { in GetSliceShape() function