Searched defs:val_shape (Results 1 – 3 of 3) sorted by relevance
36 val_shape=None, argument
1629 Shape val_shape = ShapeUtil::MakeShape(S32, {1}); in TEST_F() local1640 Shape val_shape = ShapeUtil::MakeShape(U32, {}); in TEST_F() local
2323 const Shape& shape, const Shape& val_shape, int64 dimension) { in InferSetDimensionSizeShape()