Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dconvolution_group_converter.cc352 auto reduce_window_shape = new_convolution->shape(); in HandleBatchGroupCount() local
353 reduce_window_shape.set_dimensions(output_batch_dimension, 1); in HandleBatchGroupCount()
358 reduce_window_shape.set_element_type(F32); in HandleBatchGroupCount()
398 reduce_window_shape, new_filter, zero_scalar, window, in HandleBatchGroupCount()
Dalgebraic_simplifier_test.cc4383 const Shape reduce_window_shape = in TEST_F() local
4389 reduce_window_shape, pad, reduce_init_value, window, in TEST_F()
4406 EXPECT_TRUE(ShapeUtil::Equal(root->shape(), reduce_window_shape)) in TEST_F()
4408 << ShapeUtil::HumanString(reduce_window_shape); in TEST_F()
4469 const Shape reduce_window_shape = in TEST_F() local
4475 reduce_window_shape, convert, reduce_init_value, window, in TEST_F()
4492 EXPECT_TRUE(ShapeUtil::Equal(root->shape(), reduce_window_shape)) in TEST_F()
4494 << ShapeUtil::HumanString(reduce_window_shape); in TEST_F()