Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc206 /* static */ bool ShapeUtil::FillNewShape(PrimitiveType element_type, in FillNewShape() function in xla::ShapeUtil
255 CHECK(FillNewShape(element_type, dimensions, &shape)); in MakeShape()
280 if (!FillNewShape(element_type, dimensions, &shape)) { in MakeValidatedShape()
298 if (!FillNewShape(element_type, dimensions, &shape)) { in MakeValidatedShape()
Dshape_util.h822 static bool FillNewShape(PrimitiveType element_type,