HomeSort by relevance Sort by last modified time
    Searched refs:IsArrayPrimitiveType (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/
shape_util.cc 83 /* static */ bool ShapeUtil::IsArrayPrimitiveType(
172 CHECK(IsArrayPrimitiveType(element_type)) << element_type;
208 CHECK(IsArrayPrimitiveType(element_type));
    [all...]
shape_util.h 458 static bool IsArrayPrimitiveType(PrimitiveType primitive_type);
    [all...]
literal_test.cc     [all...]

Completed in 56 milliseconds