Home
last modified time | relevance | path

Searched refs:ByteStridesForShape (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dtypes.cc174 std::vector<ssize_t> ByteStridesForShape(const Shape& shape) { in ByteStridesForShape() function
210 ByteStridesForShape(m.shape()), m.untyped_data(), in LiteralToPython()
Dpy_buffer.cc131 ByteStridesForShape(buffer_->on_device_shape()), data, in AsNumPyArray()
290 extra->strides = ByteStridesForShape(shape); in PjRtBufferGetBuffer()
Dtypes.h61 std::vector<ssize_t> ByteStridesForShape(const Shape& shape);