Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc486 int last_dimension_idx = operand_shape.dimensions_size() - 1; in InferBitcastConvertShape() local
488 operand_shape.dimensions(last_dimension_idx) != ratio) { in InferBitcastConvertShape()
493 operand_shape.dimensions(last_dimension_idx), ratio, in InferBitcastConvertShape()
497 new_shape.DeleteDimension(last_dimension_idx); in InferBitcastConvertShape()