Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc5635 int64 dot_col_size = spec.n; in TEST_P() local
5636 Shape dot_shape = ShapeUtil::MakeShape(F32, {dot_row_size, dot_col_size}); in TEST_P()
5708 int64 dot_col_size = 1; in TEST_P() local
5709 Shape dot_shape = ShapeUtil::MakeShape(F32, {dot_row_size, dot_col_size}); in TEST_P()