Searched refs:GetSliceShape (Results 1 – 4 of 4) sorted by relevance
216 TEST_F(TestTensorLayout, GetSliceShape) { in TEST_F() argument
299 Shape GetSliceShape(const Shape &tensor_shape, const Dimensions &strategy);
351 input_slice_shape_ = GetSliceShape(inputs_shape_[0], stra[0]); in InferDevMatrixShape()988 input_slice_shape_ = GetSliceShape(inputs_shape_[0], stra[0]); in InferDevMatrixShape()
641 Shape GetSliceShape(const Shape &tensor_shape, const Dimensions &strategy) { in GetSliceShape() function685 Shape slice_shape = GetSliceShape(shapes.at(i), strategys.at(i)); in InferSliceShapeByStrategy()