Home | History | Annotate | Download | only in xla

Lines Matching refs:element_type

215     return lhs.element_type() == rhs.element_type();
234 return a.element_type();
237 return primitive_util::BitWidth(a.element_type()) <
238 primitive_util::BitWidth(b.element_type())
239 ? b.element_type()
240 : a.element_type();
320 static Shape MakeShape(PrimitiveType element_type,
326 PrimitiveType element_type, tensorflow::gtl::ArraySlice<int64> dimensions,
330 PrimitiveType element_type, tensorflow::gtl::ArraySlice<int64> dimensions,
335 PrimitiveType element_type,
347 static void PopulateShape(PrimitiveType element_type,
385 return shape.element_type() == TUPLE;
391 return shape.element_type() == OPAQUE;
430 static bool ShapeIs(const Shape& shape, PrimitiveType element_type,