Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dchlo_ops.cc182 Value computed_shape = hlo::ComputeBinaryElementwiseBroadcastingResultExtents( in ReifyBroadcastBinaryOpReturnTypeShapes() local
184 if (!computed_shape) return failure(); in ReifyBroadcastBinaryOpReturnTypeShapes()
185 reifiedReturnShapes.push_back(computed_shape); in ReifyBroadcastBinaryOpReturnTypeShapes()