Searched refs:output_tensorshape (Results 1 – 2 of 2) sorted by relevance
260 PartialTensorShape output_tensorshape; in MostSpecificCompatibleShape() local262 return output_tensorshape; in MostSpecificCompatibleShape()267 output_tensorshape.Concatenate(dims1[d]); in MostSpecificCompatibleShape()269 output_tensorshape.Concatenate(-1); in MostSpecificCompatibleShape()271 return output_tensorshape; in MostSpecificCompatibleShape()
200 PartialTensorShape output_tensorshape({}); in MostSpecificCompatibleShape() local205 output_tensorshape.AddDim(dims1[d]); in MostSpecificCompatibleShape()207 output_tensorshape.AddDim(-1); in MostSpecificCompatibleShape()209 return output_tensorshape; in MostSpecificCompatibleShape()