Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc181 const Shape* TryInternShape(const Shape& shape) { in TryInternShape() function
275 if (const Shape* intered_shape_ptr = TryInternShape(shape)) { in Literal()