Searched defs:infeed_shape (Results 1 – 8 of 8) sorted by relevance
121 const auto infeed_shape = ShapeUtil::MakeShape(F32, {3}); in TEST_F() local223 const auto build_body = [&result_shape](const Shape& infeed_shape) { in TEST_F()
42 xla::Shape infeed_shape = ApiConverter::FromC(&c_infeed_shape); in GetTPUInfeedLayout() local
256 const Shape& infeed_shape = ShapeUtil::GetSubshape(infeed_hlo->shape(), {0}); in RemoveInfeed() local
275 if (std::optional<Shape> infeed_shape = GetXfeedShape( in ReplayComputation() local
65 xla::Shape infeed_shape = ApiConverter::FromC(&c_infeed_shape); in GetTPUInfeedLayout() local
1525 const Shape& infeed_shape() const { in infeed_shape() function
1383 const Shape& infeed_shape, HloInstruction* token_operand, in CreateInfeed()
2345 HloInfeedInstruction::HloInfeedInstruction(const Shape& infeed_shape, in HloInfeedInstruction()