Searched refs:input_shape_handle (Results 1 – 2 of 2) sorted by relevance
1453 ShapeHandle input_shape_handle; in __anon7c94107b2302() local1455 TF_RETURN_IF_ERROR(c->WithRank(c->input(0), rank, &input_shape_handle)); in __anon7c94107b2302()1461 c->Merge(desired_shape_handle, input_shape_handle, &merged_shape)); in __anon7c94107b2302()
1206 const ShapeHandle& input_shape_handle = ic->input(i); in ShouldUpdateOutputShapesAndValues() local1211 } else if (ic->Value(ic->NumElements(input_shape_handle)) > max_size) { in ShouldUpdateOutputShapesAndValues()