Searched refs:shape_found (Results 1 – 1 of 1) sorted by relevance
1430 bool shape_found = false; in CountConv2DBackpropInputOperations() local1433 shape_found = GetTensorShapeProtoFromTensorProto(value, &input_shape); in CountConv2DBackpropInputOperations()1435 if (!shape_found && op_info.outputs_size() == 1) { in CountConv2DBackpropInputOperations()1437 shape_found = true; in CountConv2DBackpropInputOperations()1439 if (!shape_found) { in CountConv2DBackpropInputOperations()1482 bool shape_found = false; in CountConv2DBackpropFilterOperations() local1485 shape_found = GetTensorShapeProtoFromTensorProto(value, &filter_shape); in CountConv2DBackpropFilterOperations()1487 if (!shape_found && op_info.outputs_size() == 1) { in CountConv2DBackpropFilterOperations()1489 shape_found = true; in CountConv2DBackpropFilterOperations()1491 if (!shape_found) { in CountConv2DBackpropFilterOperations()[all …]