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