Home
last modified time | relevance | path

Searched defs:batch_dot (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbatch_dot_simplification.cc25 HloInstruction* batch_dot) { in ElideDegenerateBatchDimensionFromBatchDot()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Ddot_operation_test.cc1305 auto batch_dot = BatchDot(x, y); in XLA_TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dbackend.py2022 def batch_dot(x, y, axes=None): function