Home
last modified time | relevance | path

Searched defs:DotInfo (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter_internal.h37 struct DotInfo { struct
43 explicit DotInfo(const HloInstruction& instr) { in DotInfo() argument
Ddot_op_emitter.cc56 struct DotInfo { struct
57 Shape lhs_shape;
58 Shape rhs_shape;
59 Shape result_shape;
60 DotDimensionNumbers dim_nums;
64 explicit DotInfo(const HloInstruction& instr) { in DotInfo() function