Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h520 static bool IsArrayPrimitiveType(PrimitiveType primitive_type);
Dshape_util.cc112 /* static */ bool ShapeUtil::IsArrayPrimitiveType( in IsArrayPrimitiveType() function in xla::ShapeUtil
Dliteral_test.cc1518 CHECK(ShapeUtil::IsArrayPrimitiveType(shape_proto->element_type())); in SetDefaultLayoutOnProto()