Searched refs:ds_shape (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | algebraic_simplifier_test.cc | 4611 Shape ds_shape = ShapeUtil::MakeShape(F32, {2, 20, 200}); in TEST_F() local 4613 ds_shape, in TEST_F() 5618 Shape ds_shape = ShapeUtil::MakeShape(F32, slice_sizes); in TEST_P() local 5620 ds_shape, lhs, start_indices, slice_sizes)); in TEST_P() 5699 Shape ds_shape = ShapeUtil::MakeShape(F32, slice_sizes); in TEST_P() local 5701 ds_shape, rhs, start_indices, slice_sizes)); in TEST_P()
|