Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc852 int64 small_dimension_size = smaller_shape.dimensions(i); in InferInDimBroadcastShape() local
860 if (small_dimension_size != large_dimension_size && in InferInDimBroadcastShape()
861 small_dimension_size != 1 && large_dimension_size != 1) { in InferInDimBroadcastShape()
864 small_dimension_size, large_dimension_size, in InferInDimBroadcastShape()
869 if (small_dimension_size == large_dimension_size || in InferInDimBroadcastShape()
870 (small_dimension_size == 1 && !small_is_dynamic) || in InferInDimBroadcastShape()
888 output_shape.set_dimensions(dimension_to_match, small_dimension_size); in InferInDimBroadcastShape()