Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc933 bool shape_found = false; in CountConv2DBackpropInputOperations() local
936 shape_found = GetTensorShapeProtoFromTensorProto(value, &input_shape); in CountConv2DBackpropInputOperations()
938 if (!shape_found && op_info.outputs_size() == 1) { in CountConv2DBackpropInputOperations()
940 shape_found = true; in CountConv2DBackpropInputOperations()
942 if (!shape_found) { in CountConv2DBackpropInputOperations()
985 bool shape_found = false; in CountConv2DBackpropFilterOperations() local
988 shape_found = GetTensorShapeProtoFromTensorProto(value, &filter_shape); in CountConv2DBackpropFilterOperations()
990 if (!shape_found && op_info.outputs_size() == 1) { in CountConv2DBackpropFilterOperations()
992 shape_found = true; in CountConv2DBackpropFilterOperations()
994 if (!shape_found) { in CountConv2DBackpropFilterOperations()
[all …]