Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/util/
Dalgebra.hpp138 using dot_type = typename std::common_type< typedef
153 detail::dot_type<U, V>
155 return fold(plus(), detail::dot_type<U, V>(), in dot()
/external/tensorflow/tensorflow/compiler/xla/service/
Ddot_decomposer.cc88 PrimitiveType dot_type = dot_shape.element_type(); in DecomposeBatchDot() local
91 Shape dot_shape_r2 = ShapeUtil::MakeShape(dot_type, {dot_rows, dot_cols}); in DecomposeBatchDot()
92 Shape dot_shape_r3 = ShapeUtil::MakeShape(dot_type, {1, dot_rows, dot_cols}); in DecomposeBatchDot()
94 ShapeUtil::MakeShape(dot_type, {batch_size, dot_rows, dot_cols}); in DecomposeBatchDot()