Home
last modified time | relevance | path

Searched refs:AppendMajorDimension (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dslicing.cc204 ShapeUtil::AppendMajorDimension(1, &index_shape); in TorchGather()
286 ShapeUtil::AppendMajorDimension(1, &index_shape); in TorchIndexSelect()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h300 static void AppendMajorDimension(int bound, Shape* shape);
Dshape_util.cc459 /* static */ void ShapeUtil::AppendMajorDimension(int bound, Shape* shape) { in AppendMajorDimension() function in xla::ShapeUtil
/external/tensorflow/tensorflow/compiler/xla/service/
Dconvolution_group_converter.cc532 ShapeUtil::AppendMajorDimension(1, &new_activation_shape); in HandleConvolution()