Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h414 static void CopyDynamicDimensions(Shape* to, const Shape& from);
Dshape_util.cc423 /* static */ void ShapeUtil::CopyDynamicDimensions(Shape* to, in CopyDynamicDimensions() function in xla::ShapeUtil
Dliteral.cc928 ShapeUtil::CopyDynamicDimensions(&result_shape, shape()); in Slice()