Searched refs:shape_val (Results 1 – 1 of 1) sorted by relevance
328 int64 shape_val; in ConstantInputAsPartialShape() local329 TF_RETURN_IF_ERROR(LiteralToInt64Scalar(literal, &shape_val)); in ConstantInputAsPartialShape()330 if (shape_val != -1) { in ConstantInputAsPartialShape()332 "Cannot convert value to PartialTensorShape: ", shape_val); in ConstantInputAsPartialShape()