Home
last modified time | relevance | path

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

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