Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc2210 TF_ASSERT_OK_AND_ASSIGN(Shape scatter_shape, in TEST_F()
2219 EXPECT_TRUE(ShapeUtil::Equal(scatter_shape, matrix_64_48_)) in TEST_F()
2220 << ShapeUtil::HumanString(scatter_shape); in TEST_F()
2224 TF_ASSERT_OK_AND_ASSIGN(Shape scatter_shape, in TEST_F()
2233 EXPECT_TRUE(ShapeUtil::Equal(scatter_shape, matrix_64_48_)) in TEST_F()
2234 << ShapeUtil::HumanString(scatter_shape); in TEST_F()
2238 TF_ASSERT_OK_AND_ASSIGN(Shape scatter_shape, in TEST_F()
2247 EXPECT_TRUE(ShapeUtil::Equal(scatter_shape, matrix_64_48_)) in TEST_F()
2248 << ShapeUtil::HumanString(scatter_shape); in TEST_F()
2252 TF_ASSERT_OK_AND_ASSIGN(Shape scatter_shape, in TEST_F()
[all …]
Dshape_inference.h167 const Shape& init_value_shape, const ProgramShape& scatter_shape);
Dshape_inference.cc2127 const Shape& init_value_shape, const ProgramShape& scatter_shape) { in InferSelectAndScatterShape() argument
2163 TF_RETURN_IF_ERROR(VerifyReducerShape(scatter_shape, {&init_value_shape}, in InferSelectAndScatterShape()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2275 TF_ASSIGN_OR_RETURN(const ProgramShape& scatter_shape, in SelectAndScatterWithGeneralPadding()
2283 source_shape, init_shape, scatter_shape)); in SelectAndScatterWithGeneralPadding()