Searched refs:small_dimension_size (Results 1 – 1 of 1) sorted by relevance
817 int64 small_dimension_size = smaller_shape.dimensions(i); in InferInDimBroadcastShape() local825 if (small_dimension_size != large_dimension_size && in InferInDimBroadcastShape()826 small_dimension_size != 1 && large_dimension_size != 1) { in InferInDimBroadcastShape()829 small_dimension_size, large_dimension_size, in InferInDimBroadcastShape()834 if (small_dimension_size == large_dimension_size || in InferInDimBroadcastShape()835 (small_dimension_size == 1 && !small_is_dynamic) || in InferInDimBroadcastShape()853 output_shape.set_dimensions(dimension_to_match, small_dimension_size); in InferInDimBroadcastShape()