Searched defs:val_shape (Results 1 – 4 of 4) sorted by relevance
32 val_shape=None, argument
462 const auto val_shape = val_type.getShape(); in IsLastDimensionEqualOne() local
1664 Shape val_shape = ShapeUtil::MakeShape(S32, {1}); in TEST_F() local1675 Shape val_shape = ShapeUtil::MakeShape(U32, {}); in TEST_F() local
2430 const Shape& shape, const Shape& val_shape, int64_t dimension) { in InferSetDimensionSizeShape()