Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc857 int64_t large_dimension_size = larger_shape.dimensions(dimension_to_match); in InferInDimBroadcastShape() local
864 if (small_dimension_size != large_dimension_size && in InferInDimBroadcastShape()
865 small_dimension_size != 1 && large_dimension_size != 1) { in InferInDimBroadcastShape()
868 small_dimension_size, large_dimension_size, in InferInDimBroadcastShape()
873 if (small_dimension_size == large_dimension_size || in InferInDimBroadcastShape()
875 (large_dimension_size == 1 && !large_is_dynamic)) { in InferInDimBroadcastShape()