Home
last modified time | relevance | path

Searched refs:GetDimensionNumber (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc513 return shape.dimensions(GetDimensionNumber(shape, dimension_number)); in GetDimension()
516 /* static */ int64 ShapeUtil::GetDimensionNumber(const Shape& shape, in GetDimensionNumber() function in xla::ShapeUtil
Dshape_util.h334 static int64 GetDimensionNumber(const Shape& shape, int64 dimension_number);