Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h546 static Shape DeleteDimension(int64 dim_to_delete, Shape shape);
Dshape_util.cc1403 /* static */ Shape ShapeUtil::DeleteDimension(int64 dim_to_delete, in DeleteDimension() function in xla::ShapeUtil
1433 shape = DeleteDimension(dim, shape); in FilterDimensions()
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc218 Shape shape = ShapeUtil::DeleteDimension(dim, hlo->shape()); in AddReduce()