Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dvalue_inference.cc47 const auto& reference_shape_tuple_shapes = reference_shape.tuple_shapes(); in CreatePredLiteral() local
48 sub_literals.reserve(reference_shape_tuple_shapes.size()); in CreatePredLiteral()
49 for (const Shape& shape : reference_shape_tuple_shapes) { in CreatePredLiteral()
68 const auto& reference_shape_tuple_shapes = reference_shape.tuple_shapes(); in CreateS64Literal() local
69 sub_literals.reserve(reference_shape_tuple_shapes.size()); in CreateS64Literal()
70 for (const Shape& shape : reference_shape_tuple_shapes) { in CreateS64Literal()