Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dutils.cc217 const Shape& input_tuple_shape = in ComputeParametersThatMustBeDonated() local
219 CHECK(input_tuple_shape.IsTuple()); in ComputeParametersThatMustBeDonated()
220 return input_tuple_shape.tuple_shapes_size(); in ComputeParametersThatMustBeDonated()