Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc300 xla::ShapeUtil::TryGetSubshape(parent->on_host_shape(), subshape)); in MakeSubBuffer()
303 xla::ShapeUtil::TryGetSubshape(parent->on_device_shape(), subshape)); in MakeSubBuffer()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h493 static StatusOr<const Shape*> TryGetSubshape(const Shape& shape,
Dshape_util.cc792 /* static */ StatusOr<const Shape*> ShapeUtil::TryGetSubshape( in TryGetSubshape() function in xla::ShapeUtil