Home
last modified time | relevance | path

Searched refs:input_shape_handle (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Darray_ops.cc1453 ShapeHandle input_shape_handle; in __anon7c94107b2302() local
1455 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()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc1206 const ShapeHandle& input_shape_handle = ic->input(i); in ShouldUpdateOutputShapesAndValues() local
1211 } else if (ic->Value(ic->NumElements(input_shape_handle)) > max_size) { in ShouldUpdateOutputShapesAndValues()