Home
last modified time | relevance | path

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

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