Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshaped_buffer.cc72 ShapeUtil::TryGetSubshape(on_host_shape(), index)); in SubShapedBuffer()
74 ShapeUtil::TryGetSubshape(on_device_shape(), index)); in SubShapedBuffer()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc367 xla::ShapeUtil::TryGetSubshape(parent->on_host_shape(), subshape)); in MakeSubBuffer()
370 xla::ShapeUtil::TryGetSubshape(parent->on_device_shape(), subshape)); in MakeSubBuffer()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h506 static StatusOr<const Shape*> TryGetSubshape(const Shape& shape,
Dshape_tree.h674 ShapeUtil::TryGetSubshape(shape(), index)); in SubShapeTree()
Dshape_util.cc792 /* static */ StatusOr<const Shape*> ShapeUtil::TryGetSubshape( in TryGetSubshape() function in xla::ShapeUtil