Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc2141 std::unique_ptr<SymbolicShapeManager> shape_manager = in InferStatically() local
2155 if (!shape_manager->Merge(merged_shapes.first, merged_shapes.second) in InferStatically()
2162 if (!shape_manager->Merge(merged_dims.first, merged_dims.second).ok()) { in InferStatically()
2170 shape_manager = absl::make_unique<SymbolicShapeManager>(); in InferStatically()
2194 shape_manager->AsTensorProperties(ic->input(i), ctx->input_types[i], in InferStatically()
2225 shape_manager->AsTensorProperties(ic->output(i), ctx->output_types[i], in InferStatically()