Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.cc754 const Shape& root_computation_shape = in HandleFusion() local
756 if (!ShapesSame(fusion->shape(), root_computation_shape)) { in HandleFusion()
759 root_computation_shape.ToString(true), fusion->shape().ToString(true)); in HandleFusion()