Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter_test.cc64 XLA_TEST_F(ElementalIrEmitterExecutionTest, BatchDot) { in XLA_TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmatrix.cc255 XlaOp BatchDot(XlaOp x, XlaOp y, PrecisionConfig::Precision precision) { in BatchDot() function