Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dtypes.cc231 std::vector<int64_t> ByteStridesForShapeInt64(const Shape& shape) { in ByteStridesForShapeInt64() function
H A Dtypes.h78 std::vector<int64_t> ByteStridesForShapeInt64(const Shape& shape);
H A Dpy_client.cc521 callback_results[i].expected_strides = ByteStridesForShapeInt64(shape); in CreateCallbackResults()