Searched refs:SubShapedBuffer (Results 1 – 3 of 3) sorted by relevance
119 StatusOr<ShapedBuffer> SubShapedBuffer(const ShapeIndex& index) const;
70 StatusOr<ShapedBuffer> ShapedBuffer::SubShapedBuffer( in SubShapedBuffer() function in xla::ShapedBuffer
167 auto ssb_statusor = sb.SubShapedBuffer({1}); in TEST()