Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h303 static void AppendMinorDimension(int bound, Shape* shape);
Dshape_util.cc468 /* static */ void ShapeUtil::AppendMinorDimension(int bound, Shape* shape) { in AppendMinorDimension() function in xla::ShapeUtil
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc484 ShapeUtil::AppendMinorDimension(ratio, &new_shape); in InferBitcastConvertShape()